#4A2FB6

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

Shades of Purple Heart #4A2FB6

Tints of Purple Heart #4A2FB6

Color information

#4A2FB6 (or 0x4A2FB6) is unknown color: approx Purple Heart. HEX triplet: 4A, 2F and B6. RGB value is (74,47,182). Sum of RGB (Red+Green+Blue) = 74+47+182=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A2FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2FB6 is #B5D049. Grayscale: #454545. Windows color (decimal): -11915338 or 11939658. OLE color: 11939658.

HSL color Cylindrical-coordinate representation of color #4A2FB6: hue angle of 252º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2FB6 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7447182-
CMYK0.590.7400.29
HSL252º58.95%44.9%-
HSV(B)252º74.18%71.37%-
XYZ12.286.8744.93-
YUV70.46190.95130.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 182 (71.48% from 255) = 60.07%
R=24.42%
G=15.51%
B=60.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74471820.590.7400.2925258.9544.9
Hex4A2FB63B4A01Dfc3b2d
Octal11257266731120353747355
Binary100101010111110110110111011100101001110111111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2FB6; }

 p { color: rgb(74,47,182); }

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

<style>
 a { background-color: #4A2FB6; }

 a { background-color: rgb(74,47,182); }

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

<style>
 span { border-color: #4A2FB6; }

 span { border-color: rgb(74,47,182); }

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