Html Css Color HEX #5D17E0 Han Purple

📋 copy color: '#5D17E0'

red 93 ◦ green 23 ◦ blue 224

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

Shades of Han Purple #5D17E0

Tints of Han Purple #5D17E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 27.35%
G = 6.76%
B = 65.88%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5D17E0 (or 0x5D17E0) is known color: Han Purple. HEX triplet: 5D, 17 and E0. RGB value is (93,23,224). Sum of RGB (Red+Green+Blue) = 93+23+224=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D17E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17E0 is #A2E81F. Grayscale: #424242. Windows color (decimal): -10676256 or 14686045. OLE color: 14686045.

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

Color convert

RGB 93 23 224 -
CMYK 0.58 0.90 0 0.12
HSL 260.9º 0.81% 0.48% -
HSV(B) 260.9º 0.9% 0.88% -
XYZ 18.28 8.32 71.16 -
YUV 66.84 216.69 146.66 -
System Red Green Blue C M Y K H S L
Decimal 93 23 224 0.58 0.90 0 0.12 260.9 0.81 0.48
Hex 5D 17 E0 3A 5A 0 C 105 51 30
Octal 135 27 340 72 132 0 14 405 121 60
Binary 1011101 10111 11100000 111010 1011010 0 1100 100000101 1010001 110000

Color Harmonies of #5D17E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17E0

Black with #5D17E0

Text Example


Text Example

White with #5D17E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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