#580236

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

Shades of Tyrian Purple #580236

Tints of Tyrian Purple #580236

Color information

#580236 (or 0x580236) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 36. RGB value is (88,2,54). Sum of RGB (Red+Green+Blue) = 88+2+54=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580236 is #A7FDC9. Grayscale: #212121. Windows color (decimal): -11009482 or 3539544. OLE color: 3539544.

HSL color Cylindrical-coordinate representation of color #580236: hue angle of 323.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580236 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB88254-
CMYK00.980.390.65
HSL323.72º95.56%17.65%-
HSV(B)323.72º97.73%34.51%-
XYZ4.712.383.7-
YUV33.64139.49166.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=61.11%
G=1.39%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825400.980.390.65323.7295.5617.65
Hex5823606227411446012
Octal13026601424710150414022
Binary101100010110110011000101001111000001101000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580236; }

 p { color: rgb(88,2,54); }

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

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

 a { background-color: rgb(88,2,54); }

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

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

 span { border-color: rgb(88,2,54); }

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