#521458

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

Shades of Hot Purple #521458

Tints of Hot Purple #521458

Color information

#521458 (or 0x521458) is unknown color: approx Hot Purple. HEX triplet: 52, 14 and 58. RGB value is (82,20,88). Sum of RGB (Red+Green+Blue) = 82+20+88=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #521458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521458 is #ADEBA7. Grayscale: #2E2E2E. Windows color (decimal): -11398056 or 5772370. OLE color: 5772370.

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

Color convert

RGB822088-
CMYK0.070.7700.65
HSL294.71º62.96%21.18%-
HSV(B)294.71º77.27%34.51%-
XYZ5.4939.52-
YUV46.29151.54153.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=43.16%
G=10.53%
B=46.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8220880.070.7700.65294.7162.9621.18
Hex52145874D0411273f15
Octal12224130711501014477725
Binary101001010100101100011110011010100000110010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521458; }

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

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

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

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

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

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

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

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