Html Css Color HEX #4E0BCD Purple Heart

📋 copy color: '#4E0BCD'

red 78 ◦ green 11 ◦ blue 205

#4E0BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4E0BCD

Tints of Purple Heart #4E0BCD

RGB

 RED value IS 78 (30.86% from 255) = 26.53%

 GREEN value IS 11 (4.69% from 255) = 3.74%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 26.53%
G = 3.74%
B = 69.73%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E0BCD (or 0x4E0BCD) is known color: Purple Heart. HEX triplet: 4E, 0B and CD. RGB value is (78,11,205). Sum of RGB (Red+Green+Blue) = 78+11+205=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0BCD is #B1F432. Grayscale: #343434. Windows color (decimal): -11662387 or 13437774. OLE color: 13437774.

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

Color convert

RGB 78 11 205 -
CMYK 0.62 0.95 0 0.20
HSL 260.72º 0.9% 0.42% -
HSV(B) 260.72º 0.95% 0.8% -
XYZ 14.28 6.27 58.21 -
YUV 53.15 213.7 145.73 -
System Red Green Blue C M Y K H S L
Decimal 78 11 205 0.62 0.95 0 0.20 260.72 0.9 0.42
Hex 4E B CD 3E 5F 0 14 105 5A 2A
Octal 116 13 315 76 137 0 24 405 132 52
Binary 1001110 1011 11001101 111110 1011111 0 10100 100000101 1011010 101010

Color Harmonies of #4E0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0BCD

Black with #4E0BCD

Text Example


Text Example

White with #4E0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E0BCD;
 }
 .AnyTagClassName
 {
   color: #4E0BCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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