Html Css Color HEX #5E04CE Purple Heart

📋 copy color: '#5E04CE'

red 94 ◦ green 4 ◦ blue 206

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

Shades of Purple Heart #5E04CE

Tints of Purple Heart #5E04CE

RGB

 RED value IS 94 (37.11% from 255) = 30.92%

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 30.92%
G = 1.32%
B = 67.76%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E04CE (or 0x5E04CE) is known color: Purple Heart. HEX triplet: 5E, 04 and CE. RGB value is (94,4,206). Sum of RGB (Red+Green+Blue) = 94+4+206=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04CE is #A1FB31. Grayscale: #353535. Windows color (decimal): -10615602 or 13501534. OLE color: 13501534.

HSL color Cylindrical-coordinate representation of color #5E04CE: hue angle of 266.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04CE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 4 206 -
CMYK 0.54 0.98 0 0.19
HSL 266.73º 0.96% 0.41% -
HSV(B) 266.73º 0.98% 0.81% -
XYZ 15.8 6.92 58.9 -
YUV 53.94 213.82 156.57 -
System Red Green Blue C M Y K H S L
Decimal 94 4 206 0.54 0.98 0 0.19 266.73 0.96 0.41
Hex 5E 4 CE 36 62 0 13 10B 60 29
Octal 136 4 316 66 142 0 23 413 140 51
Binary 1011110 100 11001110 110110 1100010 0 10011 100001011 1100000 101001

Color Harmonies of #5E04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E04CE

Black with #5E04CE

Text Example


Text Example

White with #5E04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E04CE; }

 p { color: rgb(94,4,206); }

 H1.HeaderClassName
 {
   color: #5E04CE;
 }
 .AnyTagClassName
 {
   color: #5E04CE;
 }
</style>

background-color css

<style>
 a { background-color: #5E04CE; }

 a { background-color: rgb(94,4,206); }

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

border-color css

<style>
 span { border-color: #5E04CE; }

 span { border-color: rgb(94,4,206); }

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