Html Css Color HEX #4E2FCE Purple Heart

📋 copy color: '#4E2FCE'

red 78 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #4E2FCE

Tints of Purple Heart #4E2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

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

R = 23.56%
G = 14.2%
B = 62.24%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E2FCE (or 0x4E2FCE) is known color: Purple Heart. HEX triplet: 4E, 2F and CE. RGB value is (78,47,206). Sum of RGB (Red+Green+Blue) = 78+47+206=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E2FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FCE is #B1D031. Grayscale: #494949. Windows color (decimal): -11653170 or 13512526. OLE color: 13512526.

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

Color convert

RGB 78 47 206 -
CMYK 0.62 0.77 0 0.19
HSL 251.7º 0.63% 0.5% -
HSV(B) 251.7º 0.77% 0.81% -
XYZ 15.3 8.11 59.15 -
YUV 74.4 202.27 130.57 -
System Red Green Blue C M Y K H S L
Decimal 78 47 206 0.62 0.77 0 0.19 251.7 0.63 0.5
Hex 4E 2F CE 3E 4D 0 13 FC 3F 32
Octal 116 57 316 76 115 0 23 374 77 62
Binary 1001110 101111 11001110 111110 1001101 0 10011 11111100 111111 110010

Color Harmonies of #4E2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FCE

Black with #4E2FCE

Text Example


Text Example

White with #4E2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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