Html Css Color HEX #5D1ECE Purple Heart

📋 copy color: '#5D1ECE'

red 93 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #5D1ECE

Tints of Purple Heart #5D1ECE

RGB

 RED value IS 93 (36.72% from 255) = 28.27%

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 28.27%
G = 9.12%
B = 62.61%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D1ECE (or 0x5D1ECE) is known color: Purple Heart. HEX triplet: 5D, 1E and CE. RGB value is (93,30,206). Sum of RGB (Red+Green+Blue) = 93+30+206=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ECE is #A2E131. Grayscale: #444444. Windows color (decimal): -10674482 or 13508189. OLE color: 13508189.

HSL color Cylindrical-coordinate representation of color #5D1ECE: hue angle of 261.48º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1ECE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 30 206 -
CMYK 0.55 0.85 0 0.19
HSL 261.48º 0.75% 0.46% -
HSV(B) 261.48º 0.85% 0.81% -
XYZ 16.12 7.71 59.03 -
YUV 68.9 205.37 145.19 -
System Red Green Blue C M Y K H S L
Decimal 93 30 206 0.55 0.85 0 0.19 261.48 0.75 0.46
Hex 5D 1E CE 37 55 0 13 105 4B 2E
Octal 135 36 316 67 125 0 23 405 113 56
Binary 1011101 11110 11001110 110111 1010101 0 10011 100000101 1001011 101110

Color Harmonies of #5D1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ECE

Black with #5D1ECE

Text Example


Text Example

White with #5D1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,30,206); }

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

background-color css

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

 a { background-color: rgb(93,30,206); }

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

border-color css

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

 span { border-color: rgb(93,30,206); }

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