#531061

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

Shades of Hot Purple #531061

Tints of Hot Purple #531061

Color information

#531061 (or 0x531061) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 61. RGB value is (83,16,97). Sum of RGB (Red+Green+Blue) = 83+16+97=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #531061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531061 is #ACEF9E. Grayscale: #2D2D2D. Windows color (decimal): -11333535 or 6361171. OLE color: 6361171.

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

Color convert

RGB831697-
CMYK0.140.8400.62
HSL289.63º71.68%22.16%-
HSV(B)289.63º83.51%38.04%-
XYZ5.913.0711.59-
YUV45.27157.2154.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=42.35%
G=8.16%
B=49.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8316970.140.8400.62289.6371.6822.16
Hex531061E5403E1224816
Octal123201411612407644211026
Binary1010011100001100001111010101000111110100100010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531061; }

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

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

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

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

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

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

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

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