#4B0CC9

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

Shades of Purple Heart #4B0CC9

Tints of Purple Heart #4B0CC9

Color information

#4B0CC9 (or 0x4B0CC9) is unknown color: approx Purple Heart. HEX triplet: 4B, 0C and C9. RGB value is (75,12,201). Sum of RGB (Red+Green+Blue) = 75+12+201=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 201 (78.91% from 255 or 69.79% from 288); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B0CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CC9 is #B4F336. Grayscale: #333333. Windows color (decimal): -11858743 or 13175883. OLE color: 13175883.

HSL color Cylindrical-coordinate representation of color #4B0CC9: hue angle of 260º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0CC9 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7512201-
CMYK0.630.9400.21
HSL260º88.73%41.76%-
HSV(B)260º94.03%78.82%-
XYZ13.585.9855.7-
YUV52.38211.87144.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 201 (78.91% from 255) = 69.79%
R=26.04%
G=4.17%
B=69.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75122010.630.9400.2126088.7341.76
Hex4BCC93F5E015104592a
Octal113143117713602540413152
Binary100101111001100100111111110111100101011000001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,201); }

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

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

 a { background-color: rgb(75,12,201); }

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

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

 span { border-color: rgb(75,12,201); }

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