Html Css Color HEX #5E3ECE Purple Heart

📋 copy color: '#5E3ECE'

red 94 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #5E3ECE

Tints of Purple Heart #5E3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

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

R = 25.97%
G = 17.13%
B = 56.91%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E3ECE (or 0x5E3ECE) is known color: Purple Heart. HEX triplet: 5E, 3E and CE. RGB value is (94,62,206). Sum of RGB (Red+Green+Blue) = 94+62+206=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ECE is #A1C131. Grayscale: #575757. Windows color (decimal): -10600754 or 13516382. OLE color: 13516382.

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

Color convert

RGB 94 62 206 -
CMYK 0.54 0.70 0 0.19
HSL 253.33º 0.6% 0.53% -
HSV(B) 253.33º 0.7% 0.81% -
XYZ 17.48 10.28 59.46 -
YUV 87.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 94 62 206 0.54 0.70 0 0.19 253.33 0.6 0.53
Hex 5E 3E CE 36 46 0 13 FD 3C 35
Octal 136 76 316 66 106 0 23 375 74 65
Binary 1011110 111110 11001110 110110 1000110 0 10011 11111101 111100 110101

Color Harmonies of #5E3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3ECE

Black with #5E3ECE

Text Example


Text Example

White with #5E3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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