Html Css Color HEX #5316DD Han Purple

📋 copy color: '#5316DD'

red 83 ◦ green 22 ◦ blue 221

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

Shades of Han Purple #5316DD

Tints of Han Purple #5316DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 25.46%
G = 6.75%
B = 67.79%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5316DD (or 0x5316DD) is known color: Han Purple. HEX triplet: 53, 16 and DD. RGB value is (83,22,221). Sum of RGB (Red+Green+Blue) = 83+22+221=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #5316DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316DD is #ACE922. Grayscale: #3E3E3E. Windows color (decimal): -11331875 or 14489171. OLE color: 14489171.

HSL color Cylindrical-coordinate representation of color #5316DD: hue angle of 258.39º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5316DD is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 22 221 -
CMYK 0.62 0.90 0 0.13
HSL 258.39º 0.82% 0.48% -
HSV(B) 258.39º 0.9% 0.87% -
XYZ 16.91 7.63 68.99 -
YUV 62.93 217.21 142.32 -
System Red Green Blue C M Y K H S L
Decimal 83 22 221 0.62 0.90 0 0.13 258.39 0.82 0.48
Hex 53 16 DD 3E 5A 0 D 102 52 30
Octal 123 26 335 76 132 0 15 402 122 60
Binary 1010011 10110 11011101 111110 1011010 0 1101 100000010 1010010 110000

Color Harmonies of #5316DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316DD

Black with #5316DD

Text Example


Text Example

White with #5316DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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