Html Css Color HEX #5317D7 Han Purple

📋 copy color: '#5317D7'

red 83 ◦ green 23 ◦ blue 215

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

Shades of Han Purple #5317D7

Tints of Han Purple #5317D7

RGB

 RED value IS 83 (32.81% from 255) = 25.86%

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

 BLUE value IS 215 (84.38% from 255) = 66.98%

R = 25.86%
G = 7.17%
B = 66.98%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5317D7 (or 0x5317D7) is known color: Han Purple. HEX triplet: 53, 17 and D7. RGB value is (83,23,215). Sum of RGB (Red+Green+Blue) = 83+23+215=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #5317D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5317D7 is #ACE828. Grayscale: #3E3E3E. Windows color (decimal): -11331625 or 14096211. OLE color: 14096211.

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

Color convert

RGB 83 23 215 -
CMYK 0.61 0.89 0 0.16
HSL 258.75º 0.81% 0.47% -
HSV(B) 258.75º 0.89% 0.84% -
XYZ 16.14 7.36 64.86 -
YUV 62.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 83 23 215 0.61 0.89 0 0.16 258.75 0.81 0.47
Hex 53 17 D7 3D 59 0 10 103 51 2F
Octal 123 27 327 75 131 0 20 403 121 57
Binary 1010011 10111 11010111 111101 1011001 0 10000 100000011 1010001 101111

Color Harmonies of #5317D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317D7

Black with #5317D7

Text Example


Text Example

White with #5317D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5317D7; }

 p { color: rgb(83,23,215); }

 H1.HeaderClassName
 {
   color: #5317D7;
 }
 .AnyTagClassName
 {
   color: #5317D7;
 }
</style>

background-color css

<style>
 a { background-color: #5317D7; }

 a { background-color: rgb(83,23,215); }

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

border-color css

<style>
 span { border-color: #5317D7; }

 span { border-color: rgb(83,23,215); }

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