Html Css Color HEX #5D17DF Han Purple

📋 copy color: '#5D17DF'

red 93 ◦ green 23 ◦ blue 223

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

Shades of Han Purple #5D17DF

Tints of Han Purple #5D17DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 27.43%
G = 6.78%
B = 65.78%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D17DF (or 0x5D17DF) is known color: Han Purple. HEX triplet: 5D, 17 and DF. RGB value is (93,23,223). Sum of RGB (Red+Green+Blue) = 93+23+223=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D17DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17DF is #A2E820. Grayscale: #424242. Windows color (decimal): -10676257 or 14620509. OLE color: 14620509.

HSL color Cylindrical-coordinate representation of color #5D17DF: hue angle of 261º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D17DF is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 23 223 -
CMYK 0.58 0.90 0 0.13
HSL 261º 0.81% 0.48% -
HSV(B) 261º 0.9% 0.87% -
XYZ 18.14 8.27 70.45 -
YUV 66.73 216.19 146.74 -
System Red Green Blue C M Y K H S L
Decimal 93 23 223 0.58 0.90 0 0.13 261 0.81 0.48
Hex 5D 17 DF 3A 5A 0 D 105 51 30
Octal 135 27 337 72 132 0 15 405 121 60
Binary 1011101 10111 11011111 111010 1011010 0 1101 100000101 1010001 110000

Color Harmonies of #5D17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17DF

Black with #5D17DF

Text Example


Text Example

White with #5D17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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