#4B0EBD

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

Shades of Purple Heart #4B0EBD

Tints of Purple Heart #4B0EBD

Color information

#4B0EBD (or 0x4B0EBD) is unknown color: approx Purple Heart. HEX triplet: 4B, 0E and BD. RGB value is (75,14,189). Sum of RGB (Red+Green+Blue) = 75+14+189=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0EBD is #B4F142. Grayscale: #333333. Windows color (decimal): -11858243 or 12389963. OLE color: 12389963.

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

Color convert

RGB7514189-
CMYK0.600.9300.26
HSL260.91º86.21%39.8%-
HSV(B)260.91º92.59%74.12%-
XYZ12.245.4848.56-
YUV52.19205.21144.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 189 (74.22% from 255) = 67.99%
R=26.98%
G=5.04%
B=67.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75141890.600.9300.26260.9186.2139.8
Hex4BEBD3C5D01A1055628
Octal113162757413503240512650
Binary100101111101011110111110010111010110101000001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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