#5521F9

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

Shades of Han Purple #5521F9

Tints of Han Purple #5521F9

Color information

#5521F9 (or 0x5521F9) is unknown color: approx Han Purple. HEX triplet: 55, 21 and F9. RGB value is (85,33,249). Sum of RGB (Red+Green+Blue) = 85+33+249=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #5521F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5521F9 is #AADE06. Grayscale: #484848. Windows color (decimal): -11197959 or 16326997. OLE color: 16326997.

HSL color Cylindrical-coordinate representation of color #5521F9: hue angle of 254.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5521F9 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8533249-
CMYK0.660.8700.02
HSL254.44º94.74%55.29%-
HSV(B)254.44º86.75%97.65%-
XYZ21.399.8690.4-
YUV73.17227.23136.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 249 (97.66% from 255) = 67.85%
R=23.16%
G=8.99%
B=67.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85332490.660.8700.02254.4494.7455.29
Hex5521F9425702fe5f37
Octal125413711021270237613767
Binary10101011000011111100110000101010111010111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5521F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5521F9; }

 p { color: rgb(85,33,249); }

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

<style>
 a { background-color: #5521F9; }

 a { background-color: rgb(85,33,249); }

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

<style>
 span { border-color: #5521F9; }

 span { border-color: rgb(85,33,249); }

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