#551A53

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

Shades of Hot Purple #551A53

Tints of Hot Purple #551A53

Color information

#551A53 (or 0x551A53) is unknown color: approx Hot Purple. HEX triplet: 55, 1A and 53. RGB value is (85,26,83). Sum of RGB (Red+Green+Blue) = 85+26+83=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A53 is #AAE5AC. Grayscale: #313131. Windows color (decimal): -11199917 or 5446229. OLE color: 5446229.

HSL color Cylindrical-coordinate representation of color #551A53: hue angle of 302.03º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A53 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB852683-
CMYK00.690.020.67
HSL302.03º53.15%21.76%-
HSV(B)302.03º69.41%33.33%-
XYZ5.683.298.52-
YUV50.14146.55152.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=43.81%
G=13.40%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85268300.690.020.67302.0353.1521.76
Hex551A5304524312e3516
Octal12532123010521034566526
Binary10101011101010100110100010110100001110010111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,83); }

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

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

 a { background-color: rgb(85,26,83); }

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

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

 span { border-color: rgb(85,26,83); }

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