Html Css Color HEX #580146 Tyrian Purple

📋 copy color: '#580146'

red 88 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #580146

Tints of Tyrian Purple #580146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 55.35%
G = 0.63%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#580146 (or 0x580146) is known color: Tyrian Purple. HEX triplet: 58, 01 and 46. RGB value is (88,1,70). Sum of RGB (Red+Green+Blue) = 88+1+70=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #580146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580146 is #A7FEB9. Grayscale: #222222. Windows color (decimal): -11009722 or 4587864. OLE color: 4587864.

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

Color convert

RGB 88 1 70 -
CMYK 0 0.99 0.20 0.65
HSL 312.41º 0.98% 0.17% -
HSV(B) 312.41º 0.99% 0.35% -
XYZ 5.14 2.54 6.01 -
YUV 34.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 88 1 70 0 0.99 0.20 0.65 312.41 0.98 0.17
Hex 58 1 46 0 63 14 41 138 62 11
Octal 130 1 106 0 143 24 101 470 142 21
Binary 1011000 1 1000110 0 1100011 10100 1000001 100111000 1100010 10001

Color Harmonies of #580146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580146

Black with #580146

Text Example


Text Example

White with #580146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580146; }

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

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

background-color css

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

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

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

border-color css

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

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

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