Html Css Color HEX #5318EB Han Purple

📋 copy color: '#5318EB'

red 83 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #5318EB

Tints of Han Purple #5318EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 24.27%
G = 7.02%
B = 68.71%

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

#5318EB (or 0x5318EB) is known color: Han Purple. HEX triplet: 53, 18 and EB. RGB value is (83,24,235). Sum of RGB (Red+Green+Blue) = 83+24+235=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #5318EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318EB is #ACE714. Grayscale: #404040. Windows color (decimal): -11331349 or 15407187. OLE color: 15407187.

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

Color convert

RGB 83 24 235 -
CMYK 0.65 0.90 0 0.08
HSL 256.78º 0.84% 0.51% -
HSV(B) 256.78º 0.9% 0.92% -
XYZ 18.89 8.49 79.24 -
YUV 65.7 223.55 140.34 -
System Red Green Blue C M Y K H S L
Decimal 83 24 235 0.65 0.90 0 0.08 256.78 0.84 0.51
Hex 53 18 EB 41 5A 0 8 101 54 33
Octal 123 30 353 101 132 0 10 401 124 63
Binary 1010011 11000 11101011 1000001 1011010 0 1000 100000001 1010100 110011

Color Harmonies of #5318EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318EB

Black with #5318EB

Text Example


Text Example

White with #5318EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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