Html Css Color HEX #5510DB Han Purple

📋 copy color: '#5510DB'

red 85 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #5510DB

Tints of Han Purple #5510DB

RGB

 RED value IS 85 (33.59% from 255) = 26.56%

 GREEN value IS 16 (6.64% from 255) = 5%

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

R = 26.56%
G = 5%
B = 68.44%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5510DB (or 0x5510DB) is known color: Han Purple. HEX triplet: 55, 10 and DB. RGB value is (85,16,219). Sum of RGB (Red+Green+Blue) = 85+16+219=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #5510DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510DB is #AAEF24. Grayscale: #3B3B3B. Windows color (decimal): -11202341 or 14356565. OLE color: 14356565.

HSL color Cylindrical-coordinate representation of color #5510DB: hue angle of 260.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510DB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 16 219 -
CMYK 0.61 0.93 0 0.14
HSL 260.39º 0.86% 0.46% -
HSV(B) 260.39º 0.93% 0.86% -
XYZ 16.72 7.42 67.57 -
YUV 59.77 217.86 145.99 -
System Red Green Blue C M Y K H S L
Decimal 85 16 219 0.61 0.93 0 0.14 260.39 0.86 0.46
Hex 55 10 DB 3D 5D 0 E 104 56 2E
Octal 125 20 333 75 135 0 16 404 126 56
Binary 1010101 10000 11011011 111101 1011101 0 1110 100000100 1010110 101110

Color Harmonies of #5510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510DB

Black with #5510DB

Text Example


Text Example

White with #5510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,16,219); }

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

background-color css

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

 a { background-color: rgb(85,16,219); }

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

border-color css

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

 span { border-color: rgb(85,16,219); }

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