#580350

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

Shades of Tyrian Purple #580350

Tints of Tyrian Purple #580350

Color information

#580350 (or 0x580350) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 50. RGB value is (88,3,80). Sum of RGB (Red+Green+Blue) = 88+3+80=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580350 is #A7FCAF. Grayscale: #242424. Windows color (decimal): -11009200 or 5243736. OLE color: 5243736.

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

Color convert

RGB88380-
CMYK00.970.090.65
HSL305.65º93.41%17.84%-
HSV(B)305.65º96.59%34.51%-
XYZ5.512.727.82-
YUV37.19152.16164.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=51.46%
G=1.75%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8838000.970.090.65305.6593.4117.84
Hex583500619411325d12
Octal130312001411110146213522
Binary10110001110100000110000110011000001100110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580350; }

 p { color: rgb(88,3,80); }

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

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

 a { background-color: rgb(88,3,80); }

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

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

 span { border-color: rgb(88,3,80); }

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