Html Css Color HEX #580A40 Tyrian Purple

📋 copy color: '#580A40'

red 88 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #580A40

Tints of Tyrian Purple #580A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 54.32%
G = 6.17%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#580A40 (or 0x580A40) is known color: Tyrian Purple. HEX triplet: 58, 0A and 40. RGB value is (88,10,64). Sum of RGB (Red+Green+Blue) = 88+10+64=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A40 is #A7F5BF. Grayscale: #272727. Windows color (decimal): -11007424 or 4196952. OLE color: 4196952.

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

Color convert

RGB 88 10 64 -
CMYK 0 0.89 0.27 0.65
HSL 318.46º 0.8% 0.19% -
HSV(B) 318.46º 0.89% 0.35% -
XYZ 5.06 2.66 5.1 -
YUV 39.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 88 10 64 0 0.89 0.27 0.65 318.46 0.8 0.19
Hex 58 A 40 0 59 1B 41 13E 50 13
Octal 130 12 100 0 131 33 101 476 120 23
Binary 1011000 1010 1000000 0 1011001 11011 1000001 100111110 1010000 10011

Color Harmonies of #580A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A40

Black with #580A40

Text Example


Text Example

White with #580A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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