#531360

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

Shades of Hot Purple #531360

Tints of Hot Purple #531360

Color information

#531360 (or 0x531360) is unknown color: approx Hot Purple. HEX triplet: 53, 13 and 60. RGB value is (83,19,96). Sum of RGB (Red+Green+Blue) = 83+19+96=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #531360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531360 is #ACEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11332768 or 6296403. OLE color: 6296403.

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

Color convert

RGB831996-
CMYK0.140.8000.62
HSL289.87º66.96%22.55%-
HSV(B)289.87º80.21%37.65%-
XYZ5.913.1511.36-
YUV46.91155.7153.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=41.92%
G=9.60%
B=48.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8319960.140.8000.62289.8766.9622.55
Hex531360E5003E1224317
Octal123231401612007644210327
Binary1010011100111100000111010100000111110100100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531360; }

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

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

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

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

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

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

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

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