#581760

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

Shades of Hot Purple #581760

Tints of Hot Purple #581760

Color information

#581760 (or 0x581760) is unknown color: approx Hot Purple. HEX triplet: 58, 17 and 60. RGB value is (88,23,96). Sum of RGB (Red+Green+Blue) = 88+23+96=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #581760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581760 is #A7E89F. Grayscale: #323232. Windows color (decimal): -11004064 or 6297432. OLE color: 6297432.

HSL color Cylindrical-coordinate representation of color #581760: hue angle of 293.42º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581760 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB882396-
CMYK0.080.7600.62
HSL293.42º61.34%23.33%-
HSV(B)293.42º76.04%37.65%-
XYZ6.443.5311.41-
YUV50.76153.53154.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=42.51%
G=11.11%
B=46.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8823960.080.7600.62293.4261.3423.33
Hex58176084C03E1253d17
Octal13027140101140764457527
Binary101100010111110000010001001100011111010010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581760; }

 p { color: rgb(88,23,96); }

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

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

 a { background-color: rgb(88,23,96); }

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

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

 span { border-color: rgb(88,23,96); }

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