#521354

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

Shades of Hot Purple #521354

Tints of Hot Purple #521354

Color information

#521354 (or 0x521354) is unknown color: approx Hot Purple. HEX triplet: 52, 13 and 54. RGB value is (82,19,84). Sum of RGB (Red+Green+Blue) = 82+19+84=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #521354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521354 is #ADECAB. Grayscale: #2D2D2D. Windows color (decimal): -11398316 or 5509970. OLE color: 5509970.

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

Color convert

RGB821984-
CMYK0.020.7700.67
HSL298.15º63.11%20.2%-
HSV(B)298.15º77.38%32.94%-
XYZ5.312.98.67-
YUV45.25149.87154.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=44.32%
G=10.27%
B=45.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8219840.020.7700.67298.1563.1120.2
Hex52135424D04312a3f14
Octal12223124211501034527724
Binary10100101001110101001010011010100001110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521354; }

 p { color: rgb(82,19,84); }

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

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

 a { background-color: rgb(82,19,84); }

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

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

 span { border-color: rgb(82,19,84); }

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