#4B0CBD

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

Shades of Purple Heart #4B0CBD

Tints of Purple Heart #4B0CBD

Color information

#4B0CBD (or 0x4B0CBD) is unknown color: approx Purple Heart. HEX triplet: 4B, 0C and BD. RGB value is (75,12,189). Sum of RGB (Red+Green+Blue) = 75+12+189=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CBD is #B4F342. Grayscale: #323232. Windows color (decimal): -11858755 or 12389451. OLE color: 12389451.

HSL color Cylindrical-coordinate representation of color #4B0CBD: hue angle of 261.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0CBD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7512189-
CMYK0.600.9400.26
HSL261.36º88.06%39.41%-
HSV(B)261.36º93.65%74.12%-
XYZ12.225.4348.55-
YUV51.02205.87145.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=27.17%
G=4.35%
B=68.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75121890.600.9400.26261.3688.0639.41
Hex4BCBD3C5E01A1055827
Octal113142757413603240513047
Binary100101111001011110111110010111100110101000001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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