#58235A

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

Shades of Hot Purple #58235A

Tints of Hot Purple #58235A

Color information

#58235A (or 0x58235A) is unknown color: approx Hot Purple. HEX triplet: 58, 23 and 5A. RGB value is (88,35,90). Sum of RGB (Red+Green+Blue) = 88+35+90=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #58235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58235A is #A7DCA5. Grayscale: #383838. Windows color (decimal): -11000998 or 5907288. OLE color: 5907288.

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

Color convert

RGB883590-
CMYK0.020.6100.65
HSL297.82º44%24.51%-
HSV(B)297.82º61.11%35.29%-
XYZ6.474.0110.11-
YUV57.12146.56150.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=41.31%
G=16.43%
B=42.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835900.020.6100.65297.824424.51
Hex58235A23D04112a2c19
Octal1304313227501014525431
Binary10110001000111011010101111010100000110010101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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