Html Css Color HEX #4E0CCE Purple Heart

📋 copy color: '#4E0CCE'

red 78 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #4E0CCE

Tints of Purple Heart #4E0CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 26.35%
G = 4.05%
B = 69.59%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E0CCE (or 0x4E0CCE) is known color: Purple Heart. HEX triplet: 4E, 0C and CE. RGB value is (78,12,206). Sum of RGB (Red+Green+Blue) = 78+12+206=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E0CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0CCE is #B1F331. Grayscale: #353535. Windows color (decimal): -11662130 or 13503566. OLE color: 13503566.

HSL color Cylindrical-coordinate representation of color #4E0CCE: hue angle of 260.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0CCE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 12 206 -
CMYK 0.62 0.94 0 0.19
HSL 260.41º 0.89% 0.43% -
HSV(B) 260.41º 0.94% 0.81% -
XYZ 14.41 6.34 58.86 -
YUV 53.85 213.87 145.23 -
System Red Green Blue C M Y K H S L
Decimal 78 12 206 0.62 0.94 0 0.19 260.41 0.89 0.43
Hex 4E C CE 3E 5E 0 13 104 59 2B
Octal 116 14 316 76 136 0 23 404 131 53
Binary 1001110 1100 11001110 111110 1011110 0 10011 100000100 1011001 101011

Color Harmonies of #4E0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0CCE

Black with #4E0CCE

Text Example


Text Example

White with #4E0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,12,206); }

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

background-color css

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

 a { background-color: rgb(78,12,206); }

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

border-color css

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

 span { border-color: rgb(78,12,206); }

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