Html Css Color HEX #580132 Tyrian Purple

📋 copy color: '#580132'

red 88 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #580132

Tints of Tyrian Purple #580132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 63.31%
G = 0.72%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#580132 (or 0x580132) is known color: Tyrian Purple. HEX triplet: 58, 01 and 32. RGB value is (88,1,50). Sum of RGB (Red+Green+Blue) = 88+1+50=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580132 is #A7FECD. Grayscale: #202020. Windows color (decimal): -11009742 or 3277144. OLE color: 3277144.

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

Color convert

RGB 88 1 50 -
CMYK 0 0.99 0.43 0.65
HSL 326.21º 0.98% 0.17% -
HSV(B) 326.21º 0.99% 0.35% -
XYZ 4.61 2.33 3.22 -
YUV 32.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 88 1 50 0 0.99 0.43 0.65 326.21 0.98 0.17
Hex 58 1 32 0 63 2B 41 146 62 11
Octal 130 1 62 0 143 53 101 506 142 21
Binary 1011000 1 110010 0 1100011 101011 1000001 101000110 1100010 10001

Color Harmonies of #580132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580132

Black with #580132

Text Example


Text Example

White with #580132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580132; }

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

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

background-color css

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

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

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

border-color css

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

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

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