#531260

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

Shades of Hot Purple #531260

Tints of Hot Purple #531260

Color information

#531260 (or 0x531260) is unknown color: approx Hot Purple. HEX triplet: 53, 12 and 60. RGB value is (83,18,96). Sum of RGB (Red+Green+Blue) = 83+18+96=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #531260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531260 is #ACED9F. Grayscale: #2E2E2E. Windows color (decimal): -11333024 or 6296147. OLE color: 6296147.

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

Color convert

RGB831896-
CMYK0.140.8100.62
HSL290º68.42%22.35%-
HSV(B)290º81.25%37.65%-
XYZ5.893.1211.36-
YUV46.33156.03154.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=42.13%
G=9.14%
B=48.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8318960.140.8100.6229068.4222.35
Hex531260E5103E1224416
Octal123221401612107644210426
Binary1010011100101100000111010100010111110100100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531260; }

 p { color: rgb(83,18,96); }

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

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

 a { background-color: rgb(83,18,96); }

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

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

 span { border-color: rgb(83,18,96); }

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