#472ABA

Color #472ABA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #472ABA

Tints of Purple Heart #472ABA

Color information

#472ABA (or 0x472ABA) is unknown color: approx Purple Heart. HEX triplet: 47, 2A and BA. RGB value is (71,42,186). Sum of RGB (Red+Green+Blue) = 71+42+186=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #472ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ABA is #B8D545. Grayscale: #424242. Windows color (decimal): -12113222 or 12200519. OLE color: 12200519.

HSL color Cylindrical-coordinate representation of color #472ABA: hue angle of 252.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472ABA is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7142186-
CMYK0.620.7700.27
HSL252.08º63.16%44.71%-
HSV(B)252.08º77.42%72.94%-
XYZ12.296.5447.07-
YUV67.09195.11130.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=23.75%
G=14.05%
B=62.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71421860.620.7700.27252.0863.1644.71
Hex472ABA3E4D01Bfc3f2d
Octal10752272761150333747755
Binary100011110101010111010111110100110101101111111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472ABA; }

 p { color: rgb(71,42,186); }

 H1.HeaderClassName
 {
   color: #472ABA;
 }
 .AnyTagClassName
 {
   color: #472ABA;
 }
</style>
background-color css

<style>
 a { background-color: #472ABA; }

 a { background-color: rgb(71,42,186); }

 div.DivClassName
 {
   background-color: #472ABA;
 }
 .BgClassName
 {
   background-color: #472ABA;
 }
</style>
border-color css

<style>
 span { border-color: #472ABA; }

 span { border-color: rgb(71,42,186); }

 td.TdClassName
 {
   border-color: #472ABA;
 }
 .TagClassName
 {
   border-color: #472ABA;
 }
</style>