#531152

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

Shades of Hot Purple #531152

Tints of Hot Purple #531152

Color information

#531152 (or 0x531152) is unknown color: approx Hot Purple. HEX triplet: 53, 11 and 52. RGB value is (83,17,82). Sum of RGB (Red+Green+Blue) = 83+17+82=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #531152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531152 is #ACEEAD. Grayscale: #2B2B2B. Windows color (decimal): -11333294 or 5378387. OLE color: 5378387.

HSL color Cylindrical-coordinate representation of color #531152: hue angle of 300.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531152 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB831782-
CMYK00.800.010.67
HSL300.91º66%19.61%-
HSV(B)300.91º79.52%32.55%-
XYZ5.292.858.25-
YUV44.14149.37155.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=45.60%
G=9.34%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83178200.800.010.67300.916619.61
Hex53115205014312d4214
Octal123211220120110345510224
Binary10100111000110100100101000011000011100101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531152; }

 p { color: rgb(83,17,82); }

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

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

 a { background-color: rgb(83,17,82); }

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

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

 span { border-color: rgb(83,17,82); }

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