Html Css Color HEX #5D1DCC Purple Heart

📋 copy color: '#5D1DCC'

red 93 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #5D1DCC

Tints of Purple Heart #5D1DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 28.53%
G = 8.9%
B = 62.58%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D1DCC (or 0x5D1DCC) is known color: Purple Heart. HEX triplet: 5D, 1D and CC. RGB value is (93,29,204). Sum of RGB (Red+Green+Blue) = 93+29+204=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D1DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DCC is #A2E233. Grayscale: #434343. Windows color (decimal): -10674740 or 13376861. OLE color: 13376861.

HSL color Cylindrical-coordinate representation of color #5D1DCC: hue angle of 261.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1DCC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 29 204 -
CMYK 0.54 0.86 0 0.2
HSL 261.94º 0.75% 0.46% -
HSV(B) 261.94º 0.86% 0.8% -
XYZ 15.85 7.57 57.75 -
YUV 68.09 204.7 145.77 -
System Red Green Blue C M Y K H S L
Decimal 93 29 204 0.54 0.86 0 0.2 261.94 0.75 0.46
Hex 5D 1D CC 36 56 0 14 106 4B 2E
Octal 135 35 314 66 126 0 24 406 113 56
Binary 1011101 11101 11001100 110110 1010110 0 10100 100000110 1001011 101110

Color Harmonies of #5D1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1DCC

Black with #5D1DCC

Text Example


Text Example

White with #5D1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,29,204); }

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

background-color css

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

 a { background-color: rgb(93,29,204); }

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

border-color css

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

 span { border-color: rgb(93,29,204); }

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