Html Css Color HEX #5318DB Han Purple

📋 copy color: '#5318DB'

red 83 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #5318DB

Tints of Han Purple #5318DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 25.46%
G = 7.36%
B = 67.18%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5318DB (or 0x5318DB) is known color: Han Purple. HEX triplet: 53, 18 and DB. RGB value is (83,24,219). Sum of RGB (Red+Green+Blue) = 83+24+219=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #5318DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5318DB is #ACE724. Grayscale: #3F3F3F. Windows color (decimal): -11331365 or 14358611. OLE color: 14358611.

HSL color Cylindrical-coordinate representation of color #5318DB: hue angle of 258.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5318DB is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 24 219 -
CMYK 0.62 0.89 0 0.14
HSL 258.15º 0.8% 0.48% -
HSV(B) 258.15º 0.89% 0.86% -
XYZ 16.68 7.61 67.61 -
YUV 63.87 215.55 141.64 -
System Red Green Blue C M Y K H S L
Decimal 83 24 219 0.62 0.89 0 0.14 258.15 0.8 0.48
Hex 53 18 DB 3E 59 0 E 102 50 30
Octal 123 30 333 76 131 0 16 402 120 60
Binary 1010011 11000 11011011 111110 1011001 0 1110 100000010 1010000 110000

Color Harmonies of #5318DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318DB

Black with #5318DB

Text Example


Text Example

White with #5318DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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