Html Css Color HEX #5D1DCE Purple Heart

📋 copy color: '#5D1DCE'

red 93 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #5D1DCE

Tints of Purple Heart #5D1DCE

RGB

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

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

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

R = 28.35%
G = 8.84%
B = 62.8%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D1DCE (or 0x5D1DCE) is known color: Purple Heart. HEX triplet: 5D, 1D and CE. RGB value is (93,29,206). Sum of RGB (Red+Green+Blue) = 93+29+206=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D1DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DCE is #A2E231. Grayscale: #434343. Windows color (decimal): -10674738 or 13507933. OLE color: 13507933.

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

Color convert

RGB 93 29 206 -
CMYK 0.55 0.86 0 0.19
HSL 261.69º 0.75% 0.46% -
HSV(B) 261.69º 0.86% 0.81% -
XYZ 16.09 7.66 59.02 -
YUV 68.31 205.7 145.61 -
System Red Green Blue C M Y K H S L
Decimal 93 29 206 0.55 0.86 0 0.19 261.69 0.75 0.46
Hex 5D 1D CE 37 56 0 13 106 4B 2E
Octal 135 35 316 67 126 0 23 406 113 56
Binary 1011101 11101 11001110 110111 1010110 0 10011 100000110 1001011 101110

Color Harmonies of #5D1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1DCE

Black with #5D1DCE

Text Example


Text Example

White with #5D1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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