Html Css Color HEX #580134 Tyrian Purple

📋 copy color: '#580134'

red 88 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #580134

Tints of Tyrian Purple #580134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 62.41%
G = 0.71%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#580134 (or 0x580134) is known color: Tyrian Purple. HEX triplet: 58, 01 and 34. RGB value is (88,1,52). Sum of RGB (Red+Green+Blue) = 88+1+52=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580134 is #A7FECB. Grayscale: #202020. Windows color (decimal): -11009740 or 3408216. OLE color: 3408216.

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

Color convert

RGB 88 1 52 -
CMYK 0 0.99 0.41 0.65
HSL 324.83º 0.98% 0.17% -
HSV(B) 324.83º 0.99% 0.35% -
XYZ 4.66 2.34 3.46 -
YUV 32.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 88 1 52 0 0.99 0.41 0.65 324.83 0.98 0.17
Hex 58 1 34 0 63 29 41 145 62 11
Octal 130 1 64 0 143 51 101 505 142 21
Binary 1011000 1 110100 0 1100011 101001 1000001 101000101 1100010 10001

Color Harmonies of #580134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580134

Black with #580134

Text Example


Text Example

White with #580134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580134; }

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

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

background-color css

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

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

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

border-color css

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

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

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