#581338

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

Shades of Tyrian Purple #581338

Tints of Tyrian Purple #581338

Color information

#581338 (or 0x581338) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 38. RGB value is (88,19,56). Sum of RGB (Red+Green+Blue) = 88+19+56=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #581338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581338 is #A7ECC7. Grayscale: #2B2B2B. Windows color (decimal): -11005128 or 3674968. OLE color: 3674968.

HSL color Cylindrical-coordinate representation of color #581338: hue angle of 327.83º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581338 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB881956-
CMYK00.780.360.65
HSL327.83º64.49%20.98%-
HSV(B)327.83º78.41%34.51%-
XYZ4.972.834.02-
YUV43.85134.86159.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=53.99%
G=11.66%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88195600.780.360.65327.8364.4920.98
Hex58133804E24411484015
Octal130237001164410151010025
Binary101100010011111000010011101001001000001101001000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581338; }

 p { color: rgb(88,19,56); }

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

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

 a { background-color: rgb(88,19,56); }

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

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

 span { border-color: rgb(88,19,56); }

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