#580948

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

Shades of Tyrian Purple #580948

Tints of Tyrian Purple #580948

Color information

#580948 (or 0x580948) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 48. RGB value is (88,9,72). Sum of RGB (Red+Green+Blue) = 88+9+72=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #580948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580948 is #A7F6B7. Grayscale: #272727. Windows color (decimal): -11007672 or 4720984. OLE color: 4720984.

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

Color convert

RGB88972-
CMYK00.900.180.65
HSL312.15º81.44%19.02%-
HSV(B)312.15º89.77%34.51%-
XYZ5.292.746.38-
YUV39.8146.17162.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=52.07%
G=5.33%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8897200.900.180.65312.1581.4419.02
Hex5894805A12411385113
Octal1301111001322210147012123
Binary10110001001100100001011010100101000001100111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580948; }

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

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

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

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

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

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

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

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