#552EFF

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

Shades of Han Purple #552EFF

Tints of Han Purple #552EFF

Color information

#552EFF (or 0x552EFF) is unknown color: approx Han Purple. HEX triplet: 55, 2E and FF. RGB value is (85,46,255). Sum of RGB (Red+Green+Blue) = 85+46+255=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #552EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFF is #AAD100. Grayscale: #505050. Windows color (decimal): -11194625 or 16723541. OLE color: 16723541.

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

Color convert

RGB8546255-
CMYK0.670.8200
HSL251.2º100%59.02%-
HSV(B)251.2º81.96%100%-
XYZ22.7711.1195.55-
YUV81.49225.92130.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 46 (18.36% from 255) = 11.92%
BLUE value IS 255 (100% from 255) = 66.06%
R=22.02%
G=11.92%
B=66.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85462550.670.8200251.210059.02
Hex552EFF435200fb643b
Octal125563771031220037314473
Binary1010101101110111111111000011101001000111110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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