Html Css Color HEX #5E37CE Purple Heart

📋 copy color: '#5E37CE'

red 94 ◦ green 55 ◦ blue 206

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

Shades of Purple Heart #5E37CE

Tints of Purple Heart #5E37CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 26.48%
G = 15.49%
B = 58.03%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E37CE (or 0x5E37CE) is known color: Purple Heart. HEX triplet: 5E, 37 and CE. RGB value is (94,55,206). Sum of RGB (Red+Green+Blue) = 94+55+206=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E37CE is #A1C831. Grayscale: #535353. Windows color (decimal): -10602546 or 13514590. OLE color: 13514590.

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

Color convert

RGB 94 55 206 -
CMYK 0.54 0.73 0 0.19
HSL 255.5º 0.61% 0.51% -
HSV(B) 255.5º 0.73% 0.81% -
XYZ 17.12 9.57 59.34 -
YUV 83.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 94 55 206 0.54 0.73 0 0.19 255.5 0.61 0.51
Hex 5E 37 CE 36 49 0 13 FF 3D 33
Octal 136 67 316 66 111 0 23 377 75 63
Binary 1011110 110111 11001110 110110 1001001 0 10011 11111111 111101 110011

Color Harmonies of #5E37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E37CE

Black with #5E37CE

Text Example


Text Example

White with #5E37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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