#552BFF

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

Shades of Han Purple #552BFF

Tints of Han Purple #552BFF

Color information

#552BFF (or 0x552BFF) is unknown color: approx Han Purple. HEX triplet: 55, 2B and FF. RGB value is (85,43,255). Sum of RGB (Red+Green+Blue) = 85+43+255=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #552BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BFF is #AAD400. Grayscale: #4E4E4E. Windows color (decimal): -11195393 or 16722773. OLE color: 16722773.

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

Color convert

RGB8543255-
CMYK0.670.8300
HSL251.89º100%58.43%-
HSV(B)251.89º83.14%100%-
XYZ22.6610.8895.51-
YUV79.73226.91131.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 255 (100% from 255) = 66.58%
R=22.19%
G=11.23%
B=66.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85432550.670.8300251.8910058.43
Hex552BFF435300fc643a
Octal125533771031230037414472
Binary1010101101011111111111000011101001100111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552BFF; }

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

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

<style>
 a { background-color: #552BFF; }

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

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

<style>
 span { border-color: #552BFF; }

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

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