Html Css Color HEX #580942 Tyrian Purple

📋 copy color: '#580942'

red 88 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #580942

Tints of Tyrian Purple #580942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 53.99%
G = 5.52%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580942 (or 0x580942) is known color: Tyrian Purple. HEX triplet: 58, 09 and 42. RGB value is (88,9,66). Sum of RGB (Red+Green+Blue) = 88+9+66=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #580942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580942 is #A7F6BD. Grayscale: #262626. Windows color (decimal): -11007678 or 4327768. OLE color: 4327768.

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

Color convert

RGB 88 9 66 -
CMYK 0 0.90 0.25 0.65
HSL 316.71º 0.81% 0.19% -
HSV(B) 316.71º 0.9% 0.35% -
XYZ 5.11 2.66 5.4 -
YUV 39.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 88 9 66 0 0.90 0.25 0.65 316.71 0.81 0.19
Hex 58 9 42 0 5A 19 41 13D 51 13
Octal 130 11 102 0 132 31 101 475 121 23
Binary 1011000 1001 1000010 0 1011010 11001 1000001 100111101 1010001 10011

Color Harmonies of #580942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580942

Black with #580942

Text Example


Text Example

White with #580942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580942; }

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

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

background-color css

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

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

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

border-color css

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

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

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