#580325

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

Shades of Tyrian Purple #580325

Tints of Tyrian Purple #580325

Color information

#580325 (or 0x580325) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 25. RGB value is (88,3,37). Sum of RGB (Red+Green+Blue) = 88+3+37=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580325 is #A7FCDA. Grayscale: #202020. Windows color (decimal): -11009243 or 2425688. OLE color: 2425688.

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

Color convert

RGB88337-
CMYK00.970.580.65
HSL336º93.41%17.84%-
HSV(B)336º96.59%34.51%-
XYZ4.392.271.96-
YUV32.29130.66167.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=68.75%
G=2.34%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8833700.970.580.6533693.4117.84
Hex583250613A411505d12
Octal13034501417210152013522
Binary101100011100101011000011110101000001101010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580325; }

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

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

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

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

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

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

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

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