#58225F

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

Shades of Hot Purple #58225F

Tints of Hot Purple #58225F

Color information

#58225F (or 0x58225F) is unknown color: approx Hot Purple. HEX triplet: 58, 22 and 5F. RGB value is (88,34,95). Sum of RGB (Red+Green+Blue) = 88+34+95=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #58225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58225F is #A7DDA0. Grayscale: #383838. Windows color (decimal): -11001249 or 6234712. OLE color: 6234712.

HSL color Cylindrical-coordinate representation of color #58225F: hue angle of 293.11º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58225F is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB883495-
CMYK0.070.6400.63
HSL293.11º47.29%25.29%-
HSV(B)293.11º64.21%37.25%-
XYZ6.664.0411.26-
YUV57.1149.39150.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=40.55%
G=15.67%
B=43.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8834950.070.6400.63293.1147.2925.29
Hex58225F74003F1252f19
Octal1304213771000774455731
Binary101100010001010111111111000000011111110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58225F; }

 p { color: rgb(88,34,95); }

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

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

 a { background-color: rgb(88,34,95); }

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

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

 span { border-color: rgb(88,34,95); }

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