#581237

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

Shades of Tyrian Purple #581237

Tints of Tyrian Purple #581237

Color information

#581237 (or 0x581237) is unknown color: approx Tyrian Purple. HEX triplet: 58, 12 and 37. RGB value is (88,18,55). Sum of RGB (Red+Green+Blue) = 88+18+55=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581237 is #A7EDC8. Grayscale: #2B2B2B. Windows color (decimal): -11005385 or 3609176. OLE color: 3609176.

HSL color Cylindrical-coordinate representation of color #581237: hue angle of 328.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581237 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB881855-
CMYK00.800.380.65
HSL328.29º66.04%20.78%-
HSV(B)328.29º79.55%34.51%-
XYZ4.932.783.89-
YUV43.15134.69159.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=54.66%
G=11.18%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88185500.800.380.65328.2966.0420.78
Hex58123705026411484215
Octal130226701204610151010225
Binary101100010010110111010100001001101000001101001000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581237; }

 p { color: rgb(88,18,55); }

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

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

 a { background-color: rgb(88,18,55); }

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

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

 span { border-color: rgb(88,18,55); }

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