Html Css Color HEX #5512DB Han Purple

📋 copy color: '#5512DB'

red 85 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #5512DB

Tints of Han Purple #5512DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 26.4%
G = 5.59%
B = 68.01%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5512DB (or 0x5512DB) is known color: Han Purple. HEX triplet: 55, 12 and DB. RGB value is (85,18,219). Sum of RGB (Red+Green+Blue) = 85+18+219=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #5512DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512DB is #AAED24. Grayscale: #3C3C3C. Windows color (decimal): -11201829 or 14357077. OLE color: 14357077.

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

Color convert

RGB 85 18 219 -
CMYK 0.61 0.92 0 0.14
HSL 260º 0.85% 0.46% -
HSV(B) 260º 0.92% 0.86% -
XYZ 16.75 7.48 67.58 -
YUV 60.95 217.2 145.16 -
System Red Green Blue C M Y K H S L
Decimal 85 18 219 0.61 0.92 0 0.14 260 0.85 0.46
Hex 55 12 DB 3D 5C 0 E 104 55 2E
Octal 125 22 333 75 134 0 16 404 125 56
Binary 1010101 10010 11011011 111101 1011100 0 1110 100000100 1010101 101110

Color Harmonies of #5512DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512DB

Black with #5512DB

Text Example


Text Example

White with #5512DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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