#581238

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

Shades of Tyrian Purple #581238

Tints of Tyrian Purple #581238

Color information

#581238 (or 0x581238) is unknown color: approx Tyrian Purple. HEX triplet: 58, 12 and 38. RGB value is (88,18,56). Sum of RGB (Red+Green+Blue) = 88+18+56=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #581238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581238 is #A7EDC7. Grayscale: #2B2B2B. Windows color (decimal): -11005384 or 3674712. OLE color: 3674712.

HSL color Cylindrical-coordinate representation of color #581238: hue angle of 327.43º 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 #581238 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB881856-
CMYK00.800.360.65
HSL327.43º66.04%20.78%-
HSV(B)327.43º79.55%34.51%-
XYZ4.952.794.02-
YUV43.26135.19159.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=54.32%
G=11.11%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88185600.800.360.65327.4366.0420.78
Hex58123805024411474215
Octal130227001204410150710225
Binary101100010010111000010100001001001000001101000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581238; }

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

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

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

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

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

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

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

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