Html Css Color HEX #5E05CE Purple Heart

📋 copy color: '#5E05CE'

red 94 ◦ green 5 ◦ blue 206

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

Shades of Purple Heart #5E05CE

Tints of Purple Heart #5E05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 30.82%
G = 1.64%
B = 67.54%

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

#5E05CE (or 0x5E05CE) is known color: Purple Heart. HEX triplet: 5E, 05 and CE. RGB value is (94,5,206). Sum of RGB (Red+Green+Blue) = 94+5+206=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E05CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E05CE is #A1FA31. Grayscale: #353535. Windows color (decimal): -10615346 or 13501790. OLE color: 13501790.

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

Color convert

RGB 94 5 206 -
CMYK 0.54 0.98 0 0.19
HSL 266.57º 0.95% 0.41% -
HSV(B) 266.57º 0.98% 0.81% -
XYZ 15.81 6.94 58.9 -
YUV 54.53 213.49 156.16 -
System Red Green Blue C M Y K H S L
Decimal 94 5 206 0.54 0.98 0 0.19 266.57 0.95 0.41
Hex 5E 5 CE 36 62 0 13 10B 5F 29
Octal 136 5 316 66 142 0 23 413 137 51
Binary 1011110 101 11001110 110110 1100010 0 10011 100001011 1011111 101001

Color Harmonies of #5E05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E05CE

Black with #5E05CE

Text Example


Text Example

White with #5E05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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