Html Css Color HEX #5317FF Han Purple

📋 copy color: '#5317FF'

red 83 ◦ green 23 ◦ blue 255

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

Shades of Han Purple #5317FF

Tints of Han Purple #5317FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.64%

R = 22.99%
G = 6.37%
B = 70.64%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5317FF (or 0x5317FF) is known color: Han Purple. HEX triplet: 53, 17 and FF. RGB value is (83,23,255). Sum of RGB (Red+Green+Blue) = 83+23+255=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #5317FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317FF is #ACE800. Grayscale: #424242. Windows color (decimal): -11331585 or 16717651. OLE color: 16717651.

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

Color convert

RGB 83 23 255 -
CMYK 0.67 0.91 0 0
HSL 255.52º 1% 0.55% -
HSV(B) 255.52º 0.91% 1% -
XYZ 21.92 9.67 95.32 -
YUV 67.39 233.88 139.14 -
System Red Green Blue C M Y K H S L
Decimal 83 23 255 0.67 0.91 0 0 255.52 1 0.55
Hex 53 17 FF 43 5B 0 0 100 64 37
Octal 123 27 377 103 133 0 0 400 144 67
Binary 1010011 10111 11111111 1000011 1011011 0 0 100000000 1100100 110111

Color Harmonies of #5317FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317FF

Black with #5317FF

Text Example


Text Example

White with #5317FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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