#580430

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

Shades of Tyrian Purple #580430

Tints of Tyrian Purple #580430

Color information

#580430 (or 0x580430) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 30. RGB value is (88,4,48). Sum of RGB (Red+Green+Blue) = 88+4+48=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #580430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580430 is #A7FBCF. Grayscale: #222222. Windows color (decimal): -11008976 or 3146840. OLE color: 3146840.

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

Color convert

RGB88448-
CMYK00.950.450.65
HSL328.57º91.3%18.04%-
HSV(B)328.57º95.45%34.51%-
XYZ4.62.373.01-
YUV34.13135.83166.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=62.86%
G=2.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8844800.950.450.65328.5791.318.04
Hex5843005F2D411495b12
Octal13046001375510151113322
Binary1011000100110000010111111011011000001101001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580430; }

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

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

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

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

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

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

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

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