Html Css Color HEX #5E3ECC Purple Heart

📋 copy color: '#5E3ECC'

red 94 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #5E3ECC

Tints of Purple Heart #5E3ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 26.11%
G = 17.22%
B = 56.67%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E3ECC (or 0x5E3ECC) is known color: Purple Heart. HEX triplet: 5E, 3E and CC. RGB value is (94,62,204). Sum of RGB (Red+Green+Blue) = 94+62+204=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ECC is #A1C133. Grayscale: #575757. Windows color (decimal): -10600756 or 13385310. OLE color: 13385310.

HSL color Cylindrical-coordinate representation of color #5E3ECC: hue angle of 253.52º degrees, saturation: 0.58, 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 #5E3ECC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 62 204 -
CMYK 0.54 0.70 0 0.2
HSL 253.52º 0.58% 0.52% -
HSV(B) 253.52º 0.7% 0.8% -
XYZ 17.24 10.18 58.18 -
YUV 87.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 94 62 204 0.54 0.70 0 0.2 253.52 0.58 0.52
Hex 5E 3E CC 36 46 0 14 FE 3A 34
Octal 136 76 314 66 106 0 24 376 72 64
Binary 1011110 111110 11001100 110110 1000110 0 10100 11111110 111010 110100

Color Harmonies of #5E3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3ECC

Black with #5E3ECC

Text Example


Text Example

White with #5E3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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