Html Css Color HEX #580D4B Tyrian Purple

📋 copy color: '#580D4B'

red 88 ◦ green 13 ◦ blue 75

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

Shades of Tyrian Purple #580D4B

Tints of Tyrian Purple #580D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 75 (29.69% from 255) = 42.61%

R = 50%
G = 7.39%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#580D4B (or 0x580D4B) is known color: Tyrian Purple. HEX triplet: 58, 0D and 4B. RGB value is (88,13,75). Sum of RGB (Red+Green+Blue) = 88+13+75=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D4B is #A7F2B4. Grayscale: #2A2A2A. Windows color (decimal): -11006645 or 4918616. OLE color: 4918616.

HSL color Cylindrical-coordinate representation of color #580D4B: hue angle of 310.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D4B is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 13 75 -
CMYK 0 0.85 0.15 0.65
HSL 310.4º 0.74% 0.2% -
HSV(B) 310.4º 0.85% 0.35% -
XYZ 5.44 2.87 6.92 -
YUV 42.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 88 13 75 0 0.85 0.15 0.65 310.4 0.74 0.2
Hex 58 D 4B 0 55 F 41 136 4A 14
Octal 130 15 113 0 125 17 101 466 112 24
Binary 1011000 1101 1001011 0 1010101 1111 1000001 100110110 1001010 10100

Color Harmonies of #580D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D4B

Black with #580D4B

Text Example


Text Example

White with #580D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,75); }

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

background-color css

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

 a { background-color: rgb(88,13,75); }

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

border-color css

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

 span { border-color: rgb(88,13,75); }

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