Html Css Color HEX #5D1ECD Purple Heart

📋 copy color: '#5D1ECD'

red 93 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #5D1ECD

Tints of Purple Heart #5D1ECD

RGB

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

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

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

R = 28.35%
G = 9.15%
B = 62.5%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D1ECD (or 0x5D1ECD) is known color: Purple Heart. HEX triplet: 5D, 1E and CD. RGB value is (93,30,205). Sum of RGB (Red+Green+Blue) = 93+30+205=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ECD is #A2E132. Grayscale: #444444. Windows color (decimal): -10674483 or 13442653. OLE color: 13442653.

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

Color convert

RGB 93 30 205 -
CMYK 0.55 0.85 0 0.20
HSL 261.6º 0.74% 0.46% -
HSV(B) 261.6º 0.85% 0.8% -
XYZ 16 7.66 58.39 -
YUV 68.79 204.87 145.27 -
System Red Green Blue C M Y K H S L
Decimal 93 30 205 0.55 0.85 0 0.20 261.6 0.74 0.46
Hex 5D 1E CD 37 55 0 14 106 4A 2E
Octal 135 36 315 67 125 0 24 406 112 56
Binary 1011101 11110 11001101 110111 1010101 0 10100 100000110 1001010 101110

Color Harmonies of #5D1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ECD

Black with #5D1ECD

Text Example


Text Example

White with #5D1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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