Html Css Color HEX #5317F7 Han Purple

📋 copy color: '#5317F7'

red 83 ◦ green 23 ◦ blue 247

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

Shades of Han Purple #5317F7

Tints of Han Purple #5317F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.97%

R = 23.51%
G = 6.52%
B = 69.97%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5317F7 (or 0x5317F7) is known color: Han Purple. HEX triplet: 53, 17 and F7. RGB value is (83,23,247). Sum of RGB (Red+Green+Blue) = 83+23+247=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #5317F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317F7 is #ACE808. Grayscale: #414141. Windows color (decimal): -11331593 or 16193363. OLE color: 16193363.

HSL color Cylindrical-coordinate representation of color #5317F7: hue angle of 256.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5317F7 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 23 247 -
CMYK 0.66 0.91 0 0.03
HSL 256.07º 0.93% 0.53% -
HSV(B) 256.07º 0.91% 0.97% -
XYZ 20.66 9.17 88.68 -
YUV 66.48 229.88 139.79 -
System Red Green Blue C M Y K H S L
Decimal 83 23 247 0.66 0.91 0 0.03 256.07 0.93 0.53
Hex 53 17 F7 42 5B 0 3 100 5D 35
Octal 123 27 367 102 133 0 3 400 135 65
Binary 1010011 10111 11110111 1000010 1011011 0 11 100000000 1011101 110101

Color Harmonies of #5317F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317F7

Black with #5317F7

Text Example


Text Example

White with #5317F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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