#521858

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

Shades of Hot Purple #521858

Tints of Hot Purple #521858

Color information

#521858 (or 0x521858) is unknown color: approx Hot Purple. HEX triplet: 52, 18 and 58. RGB value is (82,24,88). Sum of RGB (Red+Green+Blue) = 82+24+88=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #521858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521858 is #ADE7A7. Grayscale: #303030. Windows color (decimal): -11397032 or 5773394. OLE color: 5773394.

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

Color convert

RGB822488-
CMYK0.070.7300.65
HSL294.38º57.14%21.96%-
HSV(B)294.38º72.73%34.51%-
XYZ5.573.159.55-
YUV48.64150.22151.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=42.27%
G=12.37%
B=45.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8224880.070.7300.65294.3857.1421.96
Hex5218587490411263916
Octal12230130711101014467126
Binary101001011000101100011110010010100000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521858; }

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

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

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

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

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

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

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

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