Html Css Color HEX #5E3ECD Purple Heart

📋 copy color: '#5E3ECD'

red 94 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #5E3ECD

Tints of Purple Heart #5E3ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 26.04%
G = 17.17%
B = 56.79%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E3ECD (or 0x5E3ECD) is known color: Purple Heart. HEX triplet: 5E, 3E and CD. RGB value is (94,62,205). Sum of RGB (Red+Green+Blue) = 94+62+205=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ECD is #A1C132. Grayscale: #575757. Windows color (decimal): -10600755 or 13450846. OLE color: 13450846.

HSL color Cylindrical-coordinate representation of color #5E3ECD: hue angle of 253.43º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3ECD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 62 205 -
CMYK 0.54 0.70 0 0.20
HSL 253.43º 0.59% 0.52% -
HSV(B) 253.43º 0.7% 0.8% -
XYZ 17.36 10.23 58.82 -
YUV 87.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 94 62 205 0.54 0.70 0 0.20 253.43 0.59 0.52
Hex 5E 3E CD 36 46 0 14 FD 3B 34
Octal 136 76 315 66 106 0 24 375 73 64
Binary 1011110 111110 11001101 110110 1000110 0 10100 11111101 111011 110100

Color Harmonies of #5E3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3ECD

Black with #5E3ECD

Text Example


Text Example

White with #5E3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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