#58185A

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

Shades of Hot Purple #58185A

Tints of Hot Purple #58185A

Color information

#58185A (or 0x58185A) is unknown color: approx Hot Purple. HEX triplet: 58, 18 and 5A. RGB value is (88,24,90). Sum of RGB (Red+Green+Blue) = 88+24+90=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #58185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58185A is #A7E7A5. Grayscale: #323232. Windows color (decimal): -11003814 or 5904472. OLE color: 5904472.

HSL color Cylindrical-coordinate representation of color #58185A: hue angle of 298.18º degrees, saturation: 0.58, 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 #58185A is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB882490-
CMYK0.020.7300.65
HSL298.18º57.89%22.35%-
HSV(B)298.18º73.33%35.29%-
XYZ6.23.4710.02-
YUV50.66150.2154.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=43.56%
G=11.88%
B=44.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824900.020.7300.65298.1857.8922.35
Hex58185A24904112a3a16
Octal13030132211101014527226
Binary10110001100010110101010010010100000110010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58185A; }

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

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

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

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

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

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

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

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