#5511ff

Color #5511FF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5511FF

Tints of Han Purple #5511FF

Color information

#5511FF (or 0x5511FF) is unknown color: approx Han Purple. HEX triplet: 55, 11 and FF. RGB value is (85,17,255). Sum of RGB (Red+Green+Blue) = 85+17+255=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #5511FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5511FF is #AAEE00. Grayscale: #3F3F3F. Windows color (decimal): -11202049 or 16716117. OLE color: 16716117.

HSL color Cylindrical-coordinate representation of color #5511FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5511FF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8517255-
CMYK0.670.9300
HSL257.14º100%53.33%-
HSV(B)257.14º93.33%100%-
XYZ229.5595.29-
YUV64.46235.53142.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 255 (100% from 255) = 71.43%
R=23.81%
G=4.76%
B=71.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85172550.670.9300257.1410053.33
Hex5511FF435D001016435
Octal125213771031350040114465
Binary1010101100011111111110000111011101001000000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5511ff;
 }
 .AnyTagClassName
 {
   color: #5511ff;
 }
</style>
background-color css

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

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

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

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

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

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