Html Css Color HEX #580442 Tyrian Purple

📋 copy color: '#580442'

red 88 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #580442

Tints of Tyrian Purple #580442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 55.7%
G = 2.53%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580442 (or 0x580442) is known color: Tyrian Purple. HEX triplet: 58, 04 and 42. RGB value is (88,4,66). Sum of RGB (Red+Green+Blue) = 88+4+66=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580442 is #A7FBBD. Grayscale: #242424. Windows color (decimal): -11008958 or 4326488. OLE color: 4326488.

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

Color convert

RGB 88 4 66 -
CMYK 0 0.95 0.25 0.65
HSL 315.71º 0.91% 0.18% -
HSV(B) 315.71º 0.95% 0.35% -
XYZ 5.05 2.55 5.38 -
YUV 36.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 88 4 66 0 0.95 0.25 0.65 315.71 0.91 0.18
Hex 58 4 42 0 5F 19 41 13C 5B 12
Octal 130 4 102 0 137 31 101 474 133 22
Binary 1011000 100 1000010 0 1011111 11001 1000001 100111100 1011011 10010

Color Harmonies of #580442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580442

Black with #580442

Text Example


Text Example

White with #580442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580442; }

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

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

background-color css

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

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

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

border-color css

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

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

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