Html Css Color HEX #580940 Tyrian Purple

📋 copy color: '#580940'

red 88 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #580940

Tints of Tyrian Purple #580940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 54.66%
G = 5.59%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#580940 (or 0x580940) is known color: Tyrian Purple. HEX triplet: 58, 09 and 40. RGB value is (88,9,64). Sum of RGB (Red+Green+Blue) = 88+9+64=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580940 is #A7F6BF. Grayscale: #262626. Windows color (decimal): -11007680 or 4196696. OLE color: 4196696.

HSL color Cylindrical-coordinate representation of color #580940: hue angle of 318.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580940 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 64 -
CMYK 0 0.90 0.27 0.65
HSL 318.23º 0.81% 0.19% -
HSV(B) 318.23º 0.9% 0.35% -
XYZ 5.05 2.64 5.09 -
YUV 38.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 88 9 64 0 0.90 0.27 0.65 318.23 0.81 0.19
Hex 58 9 40 0 5A 1B 41 13E 51 13
Octal 130 11 100 0 132 33 101 476 121 23
Binary 1011000 1001 1000000 0 1011010 11011 1000001 100111110 1010001 10011

Color Harmonies of #580940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580940

Black with #580940

Text Example


Text Example

White with #580940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580940; }

 p { color: rgb(88,9,64); }

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

background-color css

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

 a { background-color: rgb(88,9,64); }

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

border-color css

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

 span { border-color: rgb(88,9,64); }

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