#521958

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

Shades of Hot Purple #521958

Tints of Hot Purple #521958

Color information

#521958 (or 0x521958) is unknown color: approx Hot Purple. HEX triplet: 52, 19 and 58. RGB value is (82,25,88). Sum of RGB (Red+Green+Blue) = 82+25+88=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #521958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521958 is #ADE6A7. Grayscale: #313131. Windows color (decimal): -11396776 or 5773650. OLE color: 5773650.

HSL color Cylindrical-coordinate representation of color #521958: hue angle of 294.29º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521958 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB822588-
CMYK0.070.7200.65
HSL294.29º55.75%22.16%-
HSV(B)294.29º71.59%34.51%-
XYZ5.593.199.55-
YUV49.22149.88151.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=42.05%
G=12.82%
B=45.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8225880.070.7200.65294.2955.7522.16
Hex5219587480411263816
Octal12231130711001014467026
Binary101001011001101100011110010000100000110010011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521958; }

 p { color: rgb(82,25,88); }

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

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

 a { background-color: rgb(82,25,88); }

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

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

 span { border-color: rgb(82,25,88); }

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