#4B2FB6

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

Shades of Purple Heart #4B2FB6

Tints of Purple Heart #4B2FB6

Color information

#4B2FB6 (or 0x4B2FB6) is unknown color: approx Purple Heart. HEX triplet: 4B, 2F and B6. RGB value is (75,47,182). Sum of RGB (Red+Green+Blue) = 75+47+182=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B2FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FB6 is #B4D049. Grayscale: #464646. Windows color (decimal): -11849802 or 11939659. OLE color: 11939659.

HSL color Cylindrical-coordinate representation of color #4B2FB6: hue angle of 252.44º 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 #4B2FB6 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7547182-
CMYK0.590.7400.29
HSL252.44º58.95%44.9%-
HSV(B)252.44º74.18%71.37%-
XYZ12.366.9144.94-
YUV70.76190.78131.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=24.67%
G=15.46%
B=59.87%

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
Decimal75471820.590.7400.29252.4458.9544.9
Hex4B2FB63B4A01Dfc3b2d
Octal11357266731120353747355
Binary100101110111110110110111011100101001110111111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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