#552CFC

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

Shades of Han Purple #552CFC

Tints of Han Purple #552CFC

Color information

#552CFC (or 0x552CFC) is unknown color: approx Han Purple. HEX triplet: 55, 2C and FC. RGB value is (85,44,252). Sum of RGB (Red+Green+Blue) = 85+44+252=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #552CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CFC is #AAD303. Grayscale: #4F4F4F. Windows color (decimal): -11195140 or 16526421. OLE color: 16526421.

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

Color convert

RGB8544252-
CMYK0.660.8300.01
HSL251.83º97.2%58.04%-
HSV(B)251.83º82.54%98.82%-
XYZ22.2210.7693-
YUV79.97225.08131.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 252 (98.83% from 255) = 66.14%
R=22.31%
G=11.55%
B=66.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85442520.660.8300.01251.8397.258.04
Hex552CFC425301fc613a
Octal125543741021230137414172
Binary1010101101100111111001000010101001101111111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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