Html Css Color HEX #580B4A Tyrian Purple

📋 copy color: '#580B4A'

red 88 ◦ green 11 ◦ blue 74

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

Shades of Tyrian Purple #580B4A

Tints of Tyrian Purple #580B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 50.87%
G = 6.36%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#580B4A (or 0x580B4A) is known color: Tyrian Purple. HEX triplet: 58, 0B and 4A. RGB value is (88,11,74). Sum of RGB (Red+Green+Blue) = 88+11+74=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B4A is #A7F4B5. Grayscale: #292929. Windows color (decimal): -11007158 or 4852568. OLE color: 4852568.

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

Color convert

RGB 88 11 74 -
CMYK 0 0.88 0.16 0.65
HSL 310.91º 0.78% 0.19% -
HSV(B) 310.91º 0.88% 0.35% -
XYZ 5.38 2.81 6.74 -
YUV 41.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 88 11 74 0 0.88 0.16 0.65 310.91 0.78 0.19
Hex 58 B 4A 0 58 10 41 137 4E 13
Octal 130 13 112 0 130 20 101 467 116 23
Binary 1011000 1011 1001010 0 1011000 10000 1000001 100110111 1001110 10011

Color Harmonies of #580B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B4A

Black with #580B4A

Text Example


Text Example

White with #580B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,11,74); }

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

background-color css

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

 a { background-color: rgb(88,11,74); }

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

border-color css

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

 span { border-color: rgb(88,11,74); }

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