Html Css Color HEX #5315DB Han Purple

📋 copy color: '#5315DB'

red 83 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #5315DB

Tints of Han Purple #5315DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.5%

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

R = 25.7%
G = 6.5%
B = 67.8%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5315DB (or 0x5315DB) is known color: Han Purple. HEX triplet: 53, 15 and DB. RGB value is (83,21,219). Sum of RGB (Red+Green+Blue) = 83+21+219=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5315DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315DB is #ACEA24. Grayscale: #3D3D3D. Windows color (decimal): -11332133 or 14357843. OLE color: 14357843.

HSL color Cylindrical-coordinate representation of color #5315DB: hue angle of 258.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5315DB is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 21 219 -
CMYK 0.62 0.90 0 0.14
HSL 258.79º 0.83% 0.47% -
HSV(B) 258.79º 0.9% 0.86% -
XYZ 16.62 7.49 67.59 -
YUV 62.11 216.54 142.9 -
System Red Green Blue C M Y K H S L
Decimal 83 21 219 0.62 0.90 0 0.14 258.79 0.83 0.47
Hex 53 15 DB 3E 5A 0 E 103 52 2F
Octal 123 25 333 76 132 0 16 403 122 57
Binary 1010011 10101 11011011 111110 1011010 0 1110 100000011 1010010 101111

Color Harmonies of #5315DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315DB

Black with #5315DB

Text Example


Text Example

White with #5315DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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