#531661

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

Shades of Hot Purple #531661

Tints of Hot Purple #531661

Color information

#531661 (or 0x531661) is unknown color: approx Hot Purple. HEX triplet: 53, 16 and 61. RGB value is (83,22,97). Sum of RGB (Red+Green+Blue) = 83+22+97=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #531661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531661 is #ACE99E. Grayscale: #303030. Windows color (decimal): -11331999 or 6362707. OLE color: 6362707.

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

Color convert

RGB832297-
CMYK0.140.7700.62
HSL288.8º63.03%23.33%-
HSV(B)288.8º77.32%38.04%-
XYZ6.013.2811.62-
YUV48.79155.21152.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=41.09%
G=10.89%
B=48.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8322970.140.7700.62288.863.0323.33
Hex531661E4D03E1213f17
Octal12326141161150764417727
Binary101001110110110000111101001101011111010010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531661; }

 p { color: rgb(83,22,97); }

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

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

 a { background-color: rgb(83,22,97); }

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

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

 span { border-color: rgb(83,22,97); }

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