#4E0BBD

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

Shades of Purple Heart #4E0BBD

Tints of Purple Heart #4E0BBD

Color information

#4E0BBD (or 0x4E0BBD) is unknown color: approx Purple Heart. HEX triplet: 4E, 0B and BD. RGB value is (78,11,189). Sum of RGB (Red+Green+Blue) = 78+11+189=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 11 (4.69% from 255 or 3.96% 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 #4E0BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0BBD is #B1F442. Grayscale: #323232. Windows color (decimal): -11662403 or 12389198. OLE color: 12389198.

HSL color Cylindrical-coordinate representation of color #4E0BBD: hue angle of 262.58º degrees, saturation: 0.89, 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 #4E0BBD is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7811189-
CMYK0.590.9400.26
HSL262.58º89%39.22%-
HSV(B)262.58º94.18%74.12%-
XYZ12.455.5348.56-
YUV51.32205.7147.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 189 (74.22% from 255) = 67.99%
R=28.06%
G=3.96%
B=67.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78111890.590.9400.26262.588939.22
Hex4EBBD3B5E01A1075927
Octal116132757313603240713147
Binary100111010111011110111101110111100110101000001111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,11,189); }

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

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

 a { background-color: rgb(78,11,189); }

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

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

 span { border-color: rgb(78,11,189); }

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