Html Css Color HEX #5317FC Han Purple

📋 copy color: '#5317FC'

red 83 ◦ green 23 ◦ blue 252

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

Shades of Han Purple #5317FC

Tints of Han Purple #5317FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.39%

R = 23.18%
G = 6.42%
B = 70.39%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5317FC (or 0x5317FC) is known color: Han Purple. HEX triplet: 53, 17 and FC. RGB value is (83,23,252). Sum of RGB (Red+Green+Blue) = 83+23+252=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #5317FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317FC is #ACE803. Grayscale: #424242. Windows color (decimal): -11331588 or 16521043. OLE color: 16521043.

HSL color Cylindrical-coordinate representation of color #5317FC: hue angle of 255.72º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5317FC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 23 252 -
CMYK 0.67 0.91 0 0.01
HSL 255.72º 0.97% 0.54% -
HSV(B) 255.72º 0.91% 0.99% -
XYZ 21.44 9.48 92.8 -
YUV 67.05 232.38 139.38 -
System Red Green Blue C M Y K H S L
Decimal 83 23 252 0.67 0.91 0 0.01 255.72 0.97 0.54
Hex 53 17 FC 43 5B 0 1 100 61 36
Octal 123 27 374 103 133 0 1 400 141 66
Binary 1010011 10111 11111100 1000011 1011011 0 1 100000000 1100001 110110

Color Harmonies of #5317FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317FC

Black with #5317FC

Text Example


Text Example

White with #5317FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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