Html Css Color HEX #5511DD Han Purple

📋 copy color: '#5511DD'

red 85 ◦ green 17 ◦ blue 221

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

Shades of Han Purple #5511DD

Tints of Han Purple #5511DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 26.32%
G = 5.26%
B = 68.42%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5511DD (or 0x5511DD) is known color: Han Purple. HEX triplet: 55, 11 and DD. RGB value is (85,17,221). Sum of RGB (Red+Green+Blue) = 85+17+221=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #5511DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511DD is #AAEE22. Grayscale: #3B3B3B. Windows color (decimal): -11202083 or 14487893. OLE color: 14487893.

HSL color Cylindrical-coordinate representation of color #5511DD: hue angle of 260º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5511DD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 17 221 -
CMYK 0.62 0.92 0 0.13
HSL 260º 0.86% 0.47% -
HSV(B) 260º 0.92% 0.87% -
XYZ 17 7.55 68.97 -
YUV 60.59 218.53 145.41 -
System Red Green Blue C M Y K H S L
Decimal 85 17 221 0.62 0.92 0 0.13 260 0.86 0.47
Hex 55 11 DD 3E 5C 0 D 104 56 2F
Octal 125 21 335 76 134 0 15 404 126 57
Binary 1010101 10001 11011101 111110 1011100 0 1101 100000100 1010110 101111

Color Harmonies of #5511DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511DD

Black with #5511DD

Text Example


Text Example

White with #5511DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5511DD; }

 p { color: rgb(85,17,221); }

 H1.HeaderClassName
 {
   color: #5511DD;
 }
 .AnyTagClassName
 {
   color: #5511DD;
 }
</style>

background-color css

<style>
 a { background-color: #5511DD; }

 a { background-color: rgb(85,17,221); }

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

border-color css

<style>
 span { border-color: #5511DD; }

 span { border-color: rgb(85,17,221); }

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