Html Css Color HEX #5317EE Han Purple

📋 copy color: '#5317EE'

red 83 ◦ green 23 ◦ blue 238

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

Shades of Han Purple #5317EE

Tints of Han Purple #5317EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.19%

R = 24.13%
G = 6.69%
B = 69.19%

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

#5317EE (or 0x5317EE) is known color: Han Purple. HEX triplet: 53, 17 and EE. RGB value is (83,23,238). Sum of RGB (Red+Green+Blue) = 83+23+238=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #5317EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317EE is #ACE811. Grayscale: #404040. Windows color (decimal): -11331602 or 15603539. OLE color: 15603539.

HSL color Cylindrical-coordinate representation of color #5317EE: hue angle of 256.74º 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 #5317EE is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 23 238 -
CMYK 0.65 0.90 0 0.07
HSL 256.74º 0.86% 0.51% -
HSV(B) 256.74º 0.9% 0.93% -
XYZ 19.31 8.62 81.54 -
YUV 65.45 225.38 140.52 -
System Red Green Blue C M Y K H S L
Decimal 83 23 238 0.65 0.90 0 0.07 256.74 0.86 0.51
Hex 53 17 EE 41 5A 0 7 101 56 33
Octal 123 27 356 101 132 0 7 401 126 63
Binary 1010011 10111 11101110 1000001 1011010 0 111 100000001 1010110 110011

Color Harmonies of #5317EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317EE

Black with #5317EE

Text Example


Text Example

White with #5317EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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