#58195A

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

Shades of Hot Purple #58195A

Tints of Hot Purple #58195A

Color information

#58195A (or 0x58195A) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 5A. RGB value is (88,25,90). Sum of RGB (Red+Green+Blue) = 88+25+90=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #58195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195A is #A7E6A5. Grayscale: #333333. Windows color (decimal): -11003558 or 5904728. OLE color: 5904728.

HSL color Cylindrical-coordinate representation of color #58195A: hue angle of 298.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58195A is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB882590-
CMYK0.020.7200.65
HSL298.15º56.52%22.55%-
HSV(B)298.15º72.22%35.29%-
XYZ6.223.5110.02-
YUV51.25149.87154.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=43.35%
G=12.32%
B=44.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825900.020.7200.65298.1556.5222.55
Hex58195A24804112a3917
Octal13031132211001014527127
Binary10110001100110110101010010000100000110010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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