Html Css Color HEX #580142 Tyrian Purple

📋 copy color: '#580142'

red 88 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #580142

Tints of Tyrian Purple #580142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 56.77%
G = 0.65%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580142 (or 0x580142) is known color: Tyrian Purple. HEX triplet: 58, 01 and 42. RGB value is (88,1,66). Sum of RGB (Red+Green+Blue) = 88+1+66=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #580142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580142 is #A7FEBD. Grayscale: #222222. Windows color (decimal): -11009726 or 4325720. OLE color: 4325720.

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

Color convert

RGB 88 1 66 -
CMYK 0 0.99 0.25 0.65
HSL 315.17º 0.98% 0.17% -
HSV(B) 315.17º 0.99% 0.35% -
XYZ 5.02 2.49 5.37 -
YUV 34.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 88 1 66 0 0.99 0.25 0.65 315.17 0.98 0.17
Hex 58 1 42 0 63 19 41 13B 62 11
Octal 130 1 102 0 143 31 101 473 142 21
Binary 1011000 1 1000010 0 1100011 11001 1000001 100111011 1100010 10001

Color Harmonies of #580142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580142

Black with #580142

Text Example


Text Example

White with #580142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580142; }

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

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

background-color css

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

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

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

border-color css

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

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

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