#58255D

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

Shades of Hot Purple #58255D

Tints of Hot Purple #58255D

Color information

#58255D (or 0x58255D) is unknown color: approx Hot Purple. HEX triplet: 58, 25 and 5D. RGB value is (88,37,93). Sum of RGB (Red+Green+Blue) = 88+37+93=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #58255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58255D is #A7DAA2. Grayscale: #3A3A3A. Windows color (decimal): -11000483 or 6104408. OLE color: 6104408.

HSL color Cylindrical-coordinate representation of color #58255D: hue angle of 294.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58255D is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB883793-
CMYK0.050.6000.64
HSL294.64º43.08%25.49%-
HSV(B)294.64º60.22%36.47%-
XYZ6.664.1910.81-
YUV58.63147.4148.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=40.37%
G=16.97%
B=42.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8837930.050.6000.64294.6443.0825.49
Hex58255D53C0401272b19
Octal1304513557401004475331
Binary101100010010110111011011111000100000010010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58255D; }

 p { color: rgb(88,37,93); }

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

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

 a { background-color: rgb(88,37,93); }

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

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

 span { border-color: rgb(88,37,93); }

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