#531554

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

Shades of Hot Purple #531554

Tints of Hot Purple #531554

Color information

#531554 (or 0x531554) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 54. RGB value is (83,21,84). Sum of RGB (Red+Green+Blue) = 83+21+84=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #531554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531554 is #ACEAAB. Grayscale: #2E2E2E. Windows color (decimal): -11332268 or 5510483. OLE color: 5510483.

HSL color Cylindrical-coordinate representation of color #531554: hue angle of 299.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531554 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB832184-
CMYK0.010.7500.67
HSL299.05º60%20.59%-
HSV(B)299.05º75%32.94%-
XYZ5.443.028.68-
YUV46.72149.04153.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=44.15%
G=11.17%
B=44.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321840.010.7500.67299.056020.59
Hex53155414B04312b3c15
Octal12325124111301034537425
Binary1010011101011010100110010110100001110010101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531554; }

 p { color: rgb(83,21,84); }

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

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

 a { background-color: rgb(83,21,84); }

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

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

 span { border-color: rgb(83,21,84); }

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