Html Css Color HEX #580136 Tyrian Purple

📋 copy color: '#580136'

red 88 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #580136

Tints of Tyrian Purple #580136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 61.54%
G = 0.7%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#580136 (or 0x580136) is known color: Tyrian Purple. HEX triplet: 58, 01 and 36. RGB value is (88,1,54). Sum of RGB (Red+Green+Blue) = 88+1+54=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580136 is #A7FEC9. Grayscale: #202020. Windows color (decimal): -11009738 or 3539288. OLE color: 3539288.

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

Color convert

RGB 88 1 54 -
CMYK 0 0.99 0.39 0.65
HSL 323.45º 0.98% 0.17% -
HSV(B) 323.45º 0.99% 0.35% -
XYZ 4.7 2.36 3.7 -
YUV 33.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 88 1 54 0 0.99 0.39 0.65 323.45 0.98 0.17
Hex 58 1 36 0 63 27 41 143 62 11
Octal 130 1 66 0 143 47 101 503 142 21
Binary 1011000 1 110110 0 1100011 100111 1000001 101000011 1100010 10001

Color Harmonies of #580136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580136

Black with #580136

Text Example


Text Example

White with #580136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580136; }

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

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

background-color css

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

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

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

border-color css

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

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

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