Html Css Color HEX #580E42 Tyrian Purple

📋 copy color: '#580E42'

red 88 ◦ green 14 ◦ blue 66

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

Shades of Tyrian Purple #580E42

Tints of Tyrian Purple #580E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.33%

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

R = 52.38%
G = 8.33%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580E42 (or 0x580E42) is known color: Tyrian Purple. HEX triplet: 58, 0E and 42. RGB value is (88,14,66). Sum of RGB (Red+Green+Blue) = 88+14+66=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #580E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E42 is #A7F1BD. Grayscale: #292929. Windows color (decimal): -11006398 or 4329048. OLE color: 4329048.

HSL color Cylindrical-coordinate representation of color #580E42: hue angle of 317.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E42 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 66 -
CMYK 0 0.84 0.25 0.65
HSL 317.84º 0.73% 0.2% -
HSV(B) 317.84º 0.84% 0.35% -
XYZ 5.16 2.78 5.42 -
YUV 42.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 88 14 66 0 0.84 0.25 0.65 317.84 0.73 0.2
Hex 58 E 42 0 54 19 41 13E 49 14
Octal 130 16 102 0 124 31 101 476 111 24
Binary 1011000 1110 1000010 0 1010100 11001 1000001 100111110 1001001 10100

Color Harmonies of #580E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E42

Black with #580E42

Text Example


Text Example

White with #580E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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