#580225

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

Shades of Tyrian Purple #580225

Tints of Tyrian Purple #580225

Color information

#580225 (or 0x580225) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 25. RGB value is (88,2,37). Sum of RGB (Red+Green+Blue) = 88+2+37=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580225 is #A7FDDA. Grayscale: #1F1F1F. Windows color (decimal): -11009499 or 2425432. OLE color: 2425432.

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

Color convert

RGB88237-
CMYK00.980.580.65
HSL335.58º95.56%17.65%-
HSV(B)335.58º97.73%34.51%-
XYZ4.382.251.95-
YUV31.7130.99168.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=69.29%
G=1.57%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823700.980.580.65335.5895.5617.65
Hex582250623A411506012
Octal13024501427210152014022
Binary101100010100101011000101110101000001101010000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580225; }

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

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

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

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

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

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

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

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