Html Css Color HEX #5113DB Han Purple

📋 copy color: '#5113DB'

red 81 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #5113DB

Tints of Han Purple #5113DB

RGB

 RED value IS 81 (32.03% from 255) = 25.39%

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 25.39%
G = 5.96%
B = 68.65%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5113DB (or 0x5113DB) is known color: Han Purple. HEX triplet: 51, 13 and DB. RGB value is (81,19,219). Sum of RGB (Red+Green+Blue) = 81+19+219=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #5113DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113DB is #AEEC24. Grayscale: #3B3B3B. Windows color (decimal): -11463717 or 14357329. OLE color: 14357329.

HSL color Cylindrical-coordinate representation of color #5113DB: hue angle of 258.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113DB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 19 219 -
CMYK 0.63 0.91 0 0.14
HSL 258.6º 0.84% 0.47% -
HSV(B) 258.6º 0.91% 0.86% -
XYZ 16.41 7.33 67.57 -
YUV 60.34 217.54 142.74 -
System Red Green Blue C M Y K H S L
Decimal 81 19 219 0.63 0.91 0 0.14 258.6 0.84 0.47
Hex 51 13 DB 3F 5B 0 E 103 54 2F
Octal 121 23 333 77 133 0 16 403 124 57
Binary 1010001 10011 11011011 111111 1011011 0 1110 100000011 1010100 101111

Color Harmonies of #5113DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5113DB

Black with #5113DB

Text Example


Text Example

White with #5113DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,19,219); }

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

background-color css

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

 a { background-color: rgb(81,19,219); }

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

border-color css

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

 span { border-color: rgb(81,19,219); }

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