#580234

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

Shades of Tyrian Purple #580234

Tints of Tyrian Purple #580234

Color information

#580234 (or 0x580234) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 34. RGB value is (88,2,52). Sum of RGB (Red+Green+Blue) = 88+2+52=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580234 is #A7FDCB. Grayscale: #212121. Windows color (decimal): -11009484 or 3408472. OLE color: 3408472.

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

Color convert

RGB88252-
CMYK00.980.410.65
HSL325.12º95.56%17.65%-
HSV(B)325.12º97.73%34.51%-
XYZ4.672.373.46-
YUV33.41138.49166.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=61.97%
G=1.41%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825200.980.410.65325.1295.5617.65
Hex5823406229411456012
Octal13026401425110150514022
Binary101100010110100011000101010011000001101000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580234; }

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

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

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

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

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

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

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

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