#580448

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

Shades of Tyrian Purple #580448

Tints of Tyrian Purple #580448

Color information

#580448 (or 0x580448) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 48. RGB value is (88,4,72). Sum of RGB (Red+Green+Blue) = 88+4+72=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580448 is #A7FBB7. Grayscale: #242424. Windows color (decimal): -11008952 or 4719704. OLE color: 4719704.

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

Color convert

RGB88472-
CMYK00.950.180.65
HSL311.43º91.3%18.04%-
HSV(B)311.43º95.45%34.51%-
XYZ5.242.636.36-
YUV36.87147.83164.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=53.66%
G=2.44%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8847200.950.180.65311.4391.318.04
Hex5844805F12411375b12
Octal130411001372210146713322
Binary1011000100100100001011111100101000001100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580448; }

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

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

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

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

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

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

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

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