#581448

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

Shades of Tyrian Purple #581448

Tints of Tyrian Purple #581448

Color information

#581448 (or 0x581448) is unknown color: approx Tyrian Purple. HEX triplet: 58, 14 and 48. RGB value is (88,20,72). Sum of RGB (Red+Green+Blue) = 88+20+72=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581448 is #A7EBB7. Grayscale: #2E2E2E. Windows color (decimal): -11004856 or 4723800. OLE color: 4723800.

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

Color convert

RGB882072-
CMYK00.770.180.65
HSL314.12º62.96%21.18%-
HSV(B)314.12º77.27%34.51%-
XYZ5.443.046.43-
YUV46.26142.53157.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 72 (28.52% from 255) = 40%
R=48.89%
G=11.11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88207200.770.180.65314.1262.9621.18
Hex58144804D124113a3f15
Octal130241100115221014727725
Binary10110001010010010000100110110010100000110011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581448; }

 p { color: rgb(88,20,72); }

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

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

 a { background-color: rgb(88,20,72); }

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

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

 span { border-color: rgb(88,20,72); }

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