Html Css Color HEX #580A3F Tyrian Purple

📋 copy color: '#580A3F'

red 88 ◦ green 10 ◦ blue 63

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

Shades of Tyrian Purple #580A3F

Tints of Tyrian Purple #580A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 63 (25% from 255) = 39.13%

R = 54.66%
G = 6.21%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#580A3F (or 0x580A3F) is known color: Tyrian Purple. HEX triplet: 58, 0A and 3F. RGB value is (88,10,63). Sum of RGB (Red+Green+Blue) = 88+10+63=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A3F is #A7F5C0. Grayscale: #272727. Windows color (decimal): -11007425 or 4131416. OLE color: 4131416.

HSL color Cylindrical-coordinate representation of color #580A3F: hue angle of 319.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A3F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 63 -
CMYK 0 0.89 0.28 0.65
HSL 319.23º 0.8% 0.19% -
HSV(B) 319.23º 0.89% 0.35% -
XYZ 5.03 2.65 4.95 -
YUV 39.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 88 10 63 0 0.89 0.28 0.65 319.23 0.8 0.19
Hex 58 A 3F 0 59 1C 41 13F 50 13
Octal 130 12 77 0 131 34 101 477 120 23
Binary 1011000 1010 111111 0 1011001 11100 1000001 100111111 1010000 10011

Color Harmonies of #580A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A3F

Black with #580A3F

Text Example


Text Example

White with #580A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580A3F; }

 p { color: rgb(88,10,63); }

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

background-color css

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

 a { background-color: rgb(88,10,63); }

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

border-color css

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

 span { border-color: rgb(88,10,63); }

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