#531852

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

Shades of Hot Purple #531852

Tints of Hot Purple #531852

Color information

#531852 (or 0x531852) is unknown color: approx Hot Purple. HEX triplet: 53, 18 and 52. RGB value is (83,24,82). Sum of RGB (Red+Green+Blue) = 83+24+82=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531852 is #ACE7AD. Grayscale: #303030. Windows color (decimal): -11331502 or 5380179. OLE color: 5380179.

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

Color convert

RGB832482-
CMYK00.710.010.67
HSL301.02º55.14%20.98%-
HSV(B)301.02º71.08%32.55%-
XYZ5.423.18.3-
YUV48.25147.05152.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=43.92%
G=12.70%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83248200.710.010.67301.0255.1420.98
Hex53185204714312d3715
Octal12330122010711034556725
Binary1010011110001010010010001111100001110010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531852; }

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

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

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

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

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

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

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

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