#551D5C

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

Shades of Hot Purple #551D5C

Tints of Hot Purple #551D5C

Color information

#551D5C (or 0x551D5C) is unknown color: approx Hot Purple. HEX triplet: 55, 1D and 5C. RGB value is (85,29,92). Sum of RGB (Red+Green+Blue) = 85+29+92=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #551D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D5C is #AAE2A3. Grayscale: #343434. Windows color (decimal): -11199140 or 6036821. OLE color: 6036821.

HSL color Cylindrical-coordinate representation of color #551D5C: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551D5C is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB852992-
CMYK0.080.6800.64
HSL293.33º52.07%23.73%-
HSV(B)293.33º68.48%36.08%-
XYZ6.123.5810.49-
YUV52.93150.05150.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=41.26%
G=14.08%
B=44.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8529920.080.6800.64293.3352.0723.73
Hex551D5C8440401253418
Octal125351341010401004456430
Binary1010101111011011100100010001000100000010010010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D5C; }

 p { color: rgb(85,29,92); }

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

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

 a { background-color: rgb(85,29,92); }

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

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

 span { border-color: rgb(85,29,92); }

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