Html Css Color HEX #5317ED Han Purple

📋 copy color: '#5317ED'

red 83 ◦ green 23 ◦ blue 237

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

Shades of Han Purple #5317ED

Tints of Han Purple #5317ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.1%

R = 24.2%
G = 6.71%
B = 69.1%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5317ED (or 0x5317ED) is known color: Han Purple. HEX triplet: 53, 17 and ED. RGB value is (83,23,237). Sum of RGB (Red+Green+Blue) = 83+23+237=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #5317ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317ED is #ACE812. Grayscale: #404040. Windows color (decimal): -11331603 or 15538003. OLE color: 15538003.

HSL color Cylindrical-coordinate representation of color #5317ED: hue angle of 256.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5317ED is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 23 237 -
CMYK 0.65 0.90 0 0.07
HSL 256.82º 0.86% 0.51% -
HSV(B) 256.82º 0.9% 0.93% -
XYZ 19.16 8.57 80.76 -
YUV 65.34 224.88 140.6 -
System Red Green Blue C M Y K H S L
Decimal 83 23 237 0.65 0.90 0 0.07 256.82 0.86 0.51
Hex 53 17 ED 41 5A 0 7 101 56 33
Octal 123 27 355 101 132 0 7 401 126 63
Binary 1010011 10111 11101101 1000001 1011010 0 111 100000001 1010110 110011

Color Harmonies of #5317ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317ED

Black with #5317ED

Text Example


Text Example

White with #5317ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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