#531255

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

Shades of Hot Purple #531255

Tints of Hot Purple #531255

Color information

#531255 (or 0x531255) is unknown color: approx Hot Purple. HEX triplet: 53, 12 and 55. RGB value is (83,18,85). Sum of RGB (Red+Green+Blue) = 83+18+85=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #531255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531255 is #ACEDAA. Grayscale: #2C2C2C. Windows color (decimal): -11333035 or 5575251. OLE color: 5575251.

HSL color Cylindrical-coordinate representation of color #531255: hue angle of 298.21º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531255 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB831885-
CMYK0.020.7900.67
HSL298.21º65.05%20.2%-
HSV(B)298.21º78.82%33.33%-
XYZ5.422.938.87-
YUV45.07150.53155.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=44.62%
G=9.68%
B=45.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8318850.020.7900.67298.2165.0520.2
Hex53125524F04312a4114
Octal123221252117010345210124
Binary101001110010101010110100111101000011100101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531255; }

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

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

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

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

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

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

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

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