Html Css Color HEX #4E0FBD Purple Heart

📋 copy color: '#4E0FBD'

red 78 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #4E0FBD

Tints of Purple Heart #4E0FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 189 (74.22% from 255) = 67.02%

R = 27.66%
G = 5.32%
B = 67.02%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E0FBD (or 0x4E0FBD) is known color: Purple Heart. HEX triplet: 4E, 0F and BD. RGB value is (78,15,189). Sum of RGB (Red+Green+Blue) = 78+15+189=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E0FBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FBD is #B1F042. Grayscale: #353535. Windows color (decimal): -11661379 or 12390222. OLE color: 12390222.

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

Color convert

RGB 78 15 189 -
CMYK 0.59 0.92 0 0.26
HSL 261.72º 0.85% 0.4% -
HSV(B) 261.72º 0.92% 0.74% -
XYZ 12.5 5.64 48.57 -
YUV 53.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 78 15 189 0.59 0.92 0 0.26 261.72 0.85 0.4
Hex 4E F BD 3B 5C 0 1A 106 55 28
Octal 116 17 275 73 134 0 32 406 125 50
Binary 1001110 1111 10111101 111011 1011100 0 11010 100000110 1010101 101000

Color Harmonies of #4E0FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0FBD

Black with #4E0FBD

Text Example


Text Example

White with #4E0FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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