#4B0CCB

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

Shades of Purple Heart #4B0CCB

Tints of Purple Heart #4B0CCB

Color information

#4B0CCB (or 0x4B0CCB) is unknown color: approx Purple Heart. HEX triplet: 4B, 0C and CB. RGB value is (75,12,203). Sum of RGB (Red+Green+Blue) = 75+12+203=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CCB is #B4F334. Grayscale: #333333. Windows color (decimal): -11858741 or 13306955. OLE color: 13306955.

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

Color convert

RGB7512203-
CMYK0.630.9400.20
HSL259.79º88.84%42.16%-
HSV(B)259.79º94.09%79.61%-
XYZ13.816.0756.94-
YUV52.61212.87143.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 203 (79.69% from 255) = 70%
R=25.86%
G=4.14%
B=70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75122030.630.9400.20259.7988.8442.16
Hex4BCCB3F5E014104592a
Octal113143137713602440413152
Binary100101111001100101111111110111100101001000001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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