Html Css Color HEX #5E03CE Purple Heart

📋 copy color: '#5E03CE'

red 94 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #5E03CE

Tints of Purple Heart #5E03CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 31.02%
G = 0.99%
B = 67.99%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E03CE (or 0x5E03CE) is known color: Purple Heart. HEX triplet: 5E, 03 and CE. RGB value is (94,3,206). Sum of RGB (Red+Green+Blue) = 94+3+206=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E03CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03CE is #A1FC31. Grayscale: #343434. Windows color (decimal): -10615858 or 13501278. OLE color: 13501278.

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

Color convert

RGB 94 3 206 -
CMYK 0.54 0.99 0 0.19
HSL 266.9º 0.97% 0.41% -
HSV(B) 266.9º 0.99% 0.81% -
XYZ 15.79 6.9 58.89 -
YUV 53.35 214.15 156.99 -
System Red Green Blue C M Y K H S L
Decimal 94 3 206 0.54 0.99 0 0.19 266.9 0.97 0.41
Hex 5E 3 CE 36 63 0 13 10B 61 29
Octal 136 3 316 66 143 0 23 413 141 51
Binary 1011110 11 11001110 110110 1100011 0 10011 100001011 1100001 101001

Color Harmonies of #5E03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03CE

Black with #5E03CE

Text Example


Text Example

White with #5E03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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