Html Css Color HEX #5E39CE Purple Heart

📋 copy color: '#5E39CE'

red 94 ◦ green 57 ◦ blue 206

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

Shades of Purple Heart #5E39CE

Tints of Purple Heart #5E39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 26.33%
G = 15.97%
B = 57.7%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E39CE (or 0x5E39CE) is known color: Purple Heart. HEX triplet: 5E, 39 and CE. RGB value is (94,57,206). Sum of RGB (Red+Green+Blue) = 94+57+206=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E39CE is #A1C631. Grayscale: #545454. Windows color (decimal): -10602034 or 13515102. OLE color: 13515102.

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

Color convert

RGB 94 57 206 -
CMYK 0.54 0.72 0 0.19
HSL 254.9º 0.6% 0.52% -
HSV(B) 254.9º 0.72% 0.81% -
XYZ 17.22 9.76 59.37 -
YUV 85.05 196.26 134.38 -
System Red Green Blue C M Y K H S L
Decimal 94 57 206 0.54 0.72 0 0.19 254.9 0.6 0.52
Hex 5E 39 CE 36 48 0 13 FF 3C 34
Octal 136 71 316 66 110 0 23 377 74 64
Binary 1011110 111001 11001110 110110 1001000 0 10011 11111111 111100 110100

Color Harmonies of #5E39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39CE

Black with #5E39CE

Text Example


Text Example

White with #5E39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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