#4B0CCE

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

Shades of Purple Heart #4B0CCE

Tints of Purple Heart #4B0CCE

Color information

#4B0CCE (or 0x4B0CCE) is unknown color: approx Purple Heart. HEX triplet: 4B, 0C and CE. RGB value is (75,12,206). Sum of RGB (Red+Green+Blue) = 75+12+206=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CCE is #B4F331. Grayscale: #343434. Windows color (decimal): -11858738 or 13503563. OLE color: 13503563.

HSL color Cylindrical-coordinate representation of color #4B0CCE: hue angle of 259.48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0CCE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7512206-
CMYK0.640.9400.19
HSL259.48º88.99%42.75%-
HSV(B)259.48º94.17%80.78%-
XYZ14.176.2258.85-
YUV52.95214.37143.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 206 (80.86% from 255) = 70.31%
R=25.60%
G=4.10%
B=70.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal75122060.640.9400.19259.4888.9942.75
Hex4BCCE405E013103592b
Octal1131431610013602340313153
Binary1001011110011001110100000010111100100111000000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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