Html Css Color HEX #5316EC Han Purple

📋 copy color: '#5316EC'

red 83 ◦ green 22 ◦ blue 236

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

Shades of Han Purple #5316EC

Tints of Han Purple #5316EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 24.34%
G = 6.45%
B = 69.21%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5316EC (or 0x5316EC) is known color: Han Purple. HEX triplet: 53, 16 and EC. RGB value is (83,22,236). Sum of RGB (Red+Green+Blue) = 83+22+236=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #5316EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316EC is #ACE913. Grayscale: #3F3F3F. Windows color (decimal): -11331860 or 15472211. OLE color: 15472211.

HSL color Cylindrical-coordinate representation of color #5316EC: hue angle of 257.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5316EC is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 22 236 -
CMYK 0.65 0.91 0 0.07
HSL 257.1º 0.85% 0.51% -
HSV(B) 257.1º 0.91% 0.93% -
XYZ 18.99 8.47 79.99 -
YUV 64.64 224.71 141.1 -
System Red Green Blue C M Y K H S L
Decimal 83 22 236 0.65 0.91 0 0.07 257.1 0.85 0.51
Hex 53 16 EC 41 5B 0 7 101 55 33
Octal 123 26 354 101 133 0 7 401 125 63
Binary 1010011 10110 11101100 1000001 1011011 0 111 100000001 1010101 110011

Color Harmonies of #5316EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316EC

Black with #5316EC

Text Example


Text Example

White with #5316EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5316EC; }

 p { color: rgb(83,22,236); }

 H1.HeaderClassName
 {
   color: #5316EC;
 }
 .AnyTagClassName
 {
   color: #5316EC;
 }
</style>

background-color css

<style>
 a { background-color: #5316EC; }

 a { background-color: rgb(83,22,236); }

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

border-color css

<style>
 span { border-color: #5316EC; }

 span { border-color: rgb(83,22,236); }

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