Html Css Color HEX #5E02CE Purple Heart

📋 copy color: '#5E02CE'

red 94 ◦ green 2 ◦ blue 206

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

Shades of Purple Heart #5E02CE

Tints of Purple Heart #5E02CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 31.13%
G = 0.66%
B = 68.21%

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

#5E02CE (or 0x5E02CE) is known color: Purple Heart. HEX triplet: 5E, 02 and CE. RGB value is (94,2,206). Sum of RGB (Red+Green+Blue) = 94+2+206=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02CE is #A1FD31. Grayscale: #343434. Windows color (decimal): -10616114 or 13501022. OLE color: 13501022.

HSL color Cylindrical-coordinate representation of color #5E02CE: hue angle of 267.06º degrees, saturation: 0.98, 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 #5E02CE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 2 206 -
CMYK 0.54 0.99 0 0.19
HSL 267.06º 0.98% 0.41% -
HSV(B) 267.06º 0.99% 0.81% -
XYZ 15.78 6.88 58.89 -
YUV 52.76 214.48 157.41 -
System Red Green Blue C M Y K H S L
Decimal 94 2 206 0.54 0.99 0 0.19 267.06 0.98 0.41
Hex 5E 2 CE 36 63 0 13 10B 62 29
Octal 136 2 316 66 143 0 23 413 142 51
Binary 1011110 10 11001110 110110 1100011 0 10011 100001011 1100010 101001

Color Harmonies of #5E02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02CE

Black with #5E02CE

Text Example


Text Example

White with #5E02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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