Html Css Color HEX #580A3C Tyrian Purple

📋 copy color: '#580A3C'

red 88 ◦ green 10 ◦ blue 60

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

Shades of Tyrian Purple #580A3C

Tints of Tyrian Purple #580A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 55.7%
G = 6.33%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#580A3C (or 0x580A3C) is known color: Tyrian Purple. HEX triplet: 58, 0A and 3C. RGB value is (88,10,60). Sum of RGB (Red+Green+Blue) = 88+10+60=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A3C is #A7F5C3. Grayscale: #262626. Windows color (decimal): -11007428 or 3934808. OLE color: 3934808.

HSL color Cylindrical-coordinate representation of color #580A3C: hue angle of 321.54º 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 #580A3C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 60 -
CMYK 0 0.89 0.32 0.65
HSL 321.54º 0.8% 0.19% -
HSV(B) 321.54º 0.89% 0.35% -
XYZ 4.95 2.62 4.52 -
YUV 39.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 88 10 60 0 0.89 0.32 0.65 321.54 0.8 0.19
Hex 58 A 3C 0 59 20 41 142 50 13
Octal 130 12 74 0 131 40 101 502 120 23
Binary 1011000 1010 111100 0 1011001 100000 1000001 101000010 1010000 10011

Color Harmonies of #580A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A3C

Black with #580A3C

Text Example


Text Example

White with #580A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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