#4B0AB6

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

Shades of Purple Heart #4B0AB6

Tints of Purple Heart #4B0AB6

Color information

#4B0AB6 (or 0x4B0AB6) is unknown color: approx Purple Heart. HEX triplet: 4B, 0A and B6. RGB value is (75,10,182). Sum of RGB (Red+Green+Blue) = 75+10+182=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #4B0AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0AB6 is #B4F549. Grayscale: #303030. Windows color (decimal): -11859274 or 11930187. OLE color: 11930187.

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

Color convert

RGB7510182-
CMYK0.590.9500.29
HSL262.67º89.58%37.65%-
HSV(B)262.67º94.51%71.37%-
XYZ11.455.0944.63-
YUV49.04203.03146.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 182 (71.48% from 255) = 68.16%
R=28.09%
G=3.75%
B=68.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75101820.590.9500.29262.6789.5837.65
Hex4BAB63B5F01D1075a26
Octal113122667313703540713246
Binary100101110101011011011101110111110111011000001111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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