Html Css Color HEX #580044 Tyrian Purple

📋 copy color: '#580044'

red 88 ◦ green 0 ◦ blue 68

#580044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #580044

Tints of Tyrian Purple #580044

RGB

 RED value IS 88 (34.77% from 255) = 56.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 56.41%
G = 0%
B = 43.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#580044 (or 0x580044) is known color: Tyrian Purple. HEX triplet: 58, 00 and 44. RGB value is (88,0,68). Sum of RGB (Red+Green+Blue) = 88+0+68=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #580044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580044 is #A7FFBB. Grayscale: #212121. Windows color (decimal): -11009980 or 4456536. OLE color: 4456536.

HSL color Cylindrical-coordinate representation of color #580044: hue angle of 313.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580044 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 68 -
CMYK 0 1 0.23 0.65
HSL 313.64º 1% 0.17% -
HSV(B) 313.64º 1% 0.35% -
XYZ 5.07 2.49 5.68 -
YUV 34.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 88 0 68 0 1 0.23 0.65 313.64 1 0.17
Hex 58 0 44 0 64 17 41 13A 64 11
Octal 130 0 104 0 144 27 101 472 144 21
Binary 1011000 0 1000100 0 1100100 10111 1000001 100111010 1100100 10001

Color Harmonies of #580044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580044

Black with #580044

Text Example


Text Example

White with #580044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580044; }

 p { color: rgb(88,0,68); }

 H1.HeaderClassName
 {
   color: #580044;
 }
 .AnyTagClassName
 {
   color: #580044;
 }
</style>

background-color css

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

 a { background-color: rgb(88,0,68); }

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

border-color css

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

 span { border-color: rgb(88,0,68); }

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