#550C58

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

Shades of Hot Purple #550C58

Tints of Hot Purple #550C58

Color information

#550C58 (or 0x550C58) is unknown color: approx Hot Purple. HEX triplet: 55, 0C and 58. RGB value is (85,12,88). Sum of RGB (Red+Green+Blue) = 85+12+88=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #550C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C58 is #AAF3A7. Grayscale: #2A2A2A. Windows color (decimal): -11203496 or 5770325. OLE color: 5770325.

HSL color Cylindrical-coordinate representation of color #550C58: hue angle of 297.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C58 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB851288-
CMYK0.030.8600.65
HSL297.63º76%19.61%-
HSV(B)297.63º86.36%34.51%-
XYZ5.642.99.49-
YUV42.49153.68158.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=45.95%
G=6.49%
B=47.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8512880.030.8600.65297.637619.61
Hex55C5835604112a4c14
Octal125141303126010145211424
Binary10101011100101100011101011001000001100101010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C58; }

 p { color: rgb(85,12,88); }

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

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

 a { background-color: rgb(85,12,88); }

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

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

 span { border-color: rgb(85,12,88); }

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