Html Css Color HEX #580B2C Tyrian Purple

📋 copy color: '#580B2C'

red 88 ◦ green 11 ◦ blue 44

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

Shades of Tyrian Purple #580B2C

Tints of Tyrian Purple #580B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 61.54%
G = 7.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#580B2C (or 0x580B2C) is known color: Tyrian Purple. HEX triplet: 58, 0B and 2C. RGB value is (88,11,44). Sum of RGB (Red+Green+Blue) = 88+11+44=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B2C is #A7F4D3. Grayscale: #252525. Windows color (decimal): -11007188 or 2886488. OLE color: 2886488.

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

Color convert

RGB 88 11 44 -
CMYK 0 0.88 0.5 0.65
HSL 334.29º 0.78% 0.19% -
HSV(B) 334.29º 0.88% 0.35% -
XYZ 4.6 2.5 2.62 -
YUV 37.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 88 11 44 0 0.88 0.5 0.65 334.29 0.78 0.19
Hex 58 B 2C 0 58 32 41 14E 4E 13
Octal 130 13 54 0 130 62 101 516 116 23
Binary 1011000 1011 101100 0 1011000 110010 1000001 101001110 1001110 10011

Color Harmonies of #580B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B2C

Black with #580B2C

Text Example


Text Example

White with #580B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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