#551562

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

Shades of Hot Purple #551562

Tints of Hot Purple #551562

Color information

#551562 (or 0x551562) is unknown color: approx Hot Purple. HEX triplet: 55, 15 and 62. RGB value is (85,21,98). Sum of RGB (Red+Green+Blue) = 85+21+98=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #551562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551562 is #AAEA9D. Grayscale: #303030. Windows color (decimal): -11201182 or 6427989. OLE color: 6427989.

HSL color Cylindrical-coordinate representation of color #551562: hue angle of 289.87º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551562 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB852198-
CMYK0.130.7900.62
HSL289.87º64.71%23.33%-
HSV(B)289.87º78.57%38.43%-
XYZ6.223.3511.87-
YUV48.91155.7153.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=41.67%
G=10.29%
B=48.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8521980.130.7900.62289.8764.7123.33
Hex551562D4F03E1224117
Octal125251421511707644210127
Binary1010101101011100010110110011110111110100100010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551562; }

 p { color: rgb(85,21,98); }

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

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

 a { background-color: rgb(85,21,98); }

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

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

 span { border-color: rgb(85,21,98); }

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