Html Css Color HEX #5D17D6 Purple Heart

📋 copy color: '#5D17D6'

red 93 ◦ green 23 ◦ blue 214

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

Shades of Purple Heart #5D17D6

Tints of Purple Heart #5D17D6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 28.18%
G = 6.97%
B = 64.85%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D17D6 (or 0x5D17D6) is known color: Purple Heart. HEX triplet: 5D, 17 and D6. RGB value is (93,23,214). Sum of RGB (Red+Green+Blue) = 93+23+214=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D17D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17D6 is #A2E829. Grayscale: #414141. Windows color (decimal): -10676266 or 14030685. OLE color: 14030685.

HSL color Cylindrical-coordinate representation of color #5D17D6: hue angle of 261.99º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D17D6 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 23 214 -
CMYK 0.57 0.89 0 0.16
HSL 261.99º 0.81% 0.46% -
HSV(B) 261.99º 0.89% 0.84% -
XYZ 16.96 7.79 64.23 -
YUV 65.7 211.69 147.47 -
System Red Green Blue C M Y K H S L
Decimal 93 23 214 0.57 0.89 0 0.16 261.99 0.81 0.46
Hex 5D 17 D6 39 59 0 10 106 51 2E
Octal 135 27 326 71 131 0 20 406 121 56
Binary 1011101 10111 11010110 111001 1011001 0 10000 100000110 1010001 101110

Color Harmonies of #5D17D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17D6

Black with #5D17D6

Text Example


Text Example

White with #5D17D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,214); }

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

background-color css

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

 a { background-color: rgb(93,23,214); }

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

border-color css

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

 span { border-color: rgb(93,23,214); }

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