Html Css Color HEX #5317EB Han Purple

📋 copy color: '#5317EB'

red 83 ◦ green 23 ◦ blue 235

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

Shades of Han Purple #5317EB

Tints of Han Purple #5317EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 24.34%
G = 6.74%
B = 68.91%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5317EB (or 0x5317EB) is known color: Han Purple. HEX triplet: 53, 17 and EB. RGB value is (83,23,235). Sum of RGB (Red+Green+Blue) = 83+23+235=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5317EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317EB is #ACE814. Grayscale: #404040. Windows color (decimal): -11331605 or 15406931. OLE color: 15406931.

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

Color convert

RGB 83 23 235 -
CMYK 0.65 0.90 0 0.08
HSL 256.98º 0.84% 0.51% -
HSV(B) 256.98º 0.9% 0.92% -
XYZ 18.87 8.45 79.23 -
YUV 65.11 223.88 140.76 -
System Red Green Blue C M Y K H S L
Decimal 83 23 235 0.65 0.90 0 0.08 256.98 0.84 0.51
Hex 53 17 EB 41 5A 0 8 101 54 33
Octal 123 27 353 101 132 0 10 401 124 63
Binary 1010011 10111 11101011 1000001 1011010 0 1000 100000001 1010100 110011

Color Harmonies of #5317EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317EB

Black with #5317EB

Text Example


Text Example

White with #5317EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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