#552CFF

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

Shades of Han Purple #552CFF

Tints of Han Purple #552CFF

Color information

#552CFF (or 0x552CFF) is unknown color: approx Han Purple. HEX triplet: 55, 2C and FF. RGB value is (85,44,255). Sum of RGB (Red+Green+Blue) = 85+44+255=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #552CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CFF is #AAD300. Grayscale: #4F4F4F. Windows color (decimal): -11195137 or 16723029. OLE color: 16723029.

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

Color convert

RGB8544255-
CMYK0.670.8300
HSL251.66º100%58.63%-
HSV(B)251.66º82.75%100%-
XYZ22.710.9595.53-
YUV80.31226.58131.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 44 (17.58% from 255) = 11.46%
BLUE value IS 255 (100% from 255) = 66.41%
R=22.14%
G=11.46%
B=66.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85442550.670.8300251.6610058.63
Hex552CFF435300fc643b
Octal125543771031230037414473
Binary1010101101100111111111000011101001100111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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