Html Css Color HEX #580231 Tyrian Purple

📋 copy color: '#580231'

red 88 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #580231

Tints of Tyrian Purple #580231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 63.31%
G = 1.44%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#580231 (or 0x580231) is known color: Tyrian Purple. HEX triplet: 58, 02 and 31. RGB value is (88,2,49). Sum of RGB (Red+Green+Blue) = 88+2+49=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580231 is #A7FDCE. Grayscale: #202020. Windows color (decimal): -11009487 or 3211864. OLE color: 3211864.

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

Color convert

RGB 88 2 49 -
CMYK 0 0.98 0.44 0.65
HSL 327.21º 0.96% 0.18% -
HSV(B) 327.21º 0.98% 0.35% -
XYZ 4.6 2.34 3.11 -
YUV 33.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 88 2 49 0 0.98 0.44 0.65 327.21 0.96 0.18
Hex 58 2 31 0 62 2C 41 147 60 12
Octal 130 2 61 0 142 54 101 507 140 22
Binary 1011000 10 110001 0 1100010 101100 1000001 101000111 1100000 10010

Color Harmonies of #580231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580231

Black with #580231

Text Example


Text Example

White with #580231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580231; }

 p { color: rgb(88,2,49); }

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

background-color css

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

 a { background-color: rgb(88,2,49); }

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

border-color css

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

 span { border-color: rgb(88,2,49); }

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