Html Css Color HEX #580742 Tyrian Purple

📋 copy color: '#580742'

red 88 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #580742

Tints of Tyrian Purple #580742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 54.66%
G = 4.35%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580742 (or 0x580742) is known color: Tyrian Purple. HEX triplet: 58, 07 and 42. RGB value is (88,7,66). Sum of RGB (Red+Green+Blue) = 88+7+66=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580742 is #A7F8BD. Grayscale: #252525. Windows color (decimal): -11008190 or 4327256. OLE color: 4327256.

HSL color Cylindrical-coordinate representation of color #580742: hue angle of 316.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580742 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 7 66 -
CMYK 0 0.92 0.25 0.65
HSL 316.3º 0.85% 0.19% -
HSV(B) 316.3º 0.92% 0.35% -
XYZ 5.08 2.62 5.39 -
YUV 37.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 88 7 66 0 0.92 0.25 0.65 316.3 0.85 0.19
Hex 58 7 42 0 5C 19 41 13C 55 13
Octal 130 7 102 0 134 31 101 474 125 23
Binary 1011000 111 1000010 0 1011100 11001 1000001 100111100 1010101 10011

Color Harmonies of #580742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580742

Black with #580742

Text Example


Text Example

White with #580742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580742; }

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

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

background-color css

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

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

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

border-color css

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

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

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