Html Css Color HEX #580B2D Tyrian Purple

📋 copy color: '#580B2D'

red 88 ◦ green 11 ◦ blue 45

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

Shades of Tyrian Purple #580B2D

Tints of Tyrian Purple #580B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 61.11%
G = 7.64%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#580B2D (or 0x580B2D) is known color: Tyrian Purple. HEX triplet: 58, 0B and 2D. RGB value is (88,11,45). Sum of RGB (Red+Green+Blue) = 88+11+45=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B2D is #A7F4D2. Grayscale: #252525. Windows color (decimal): -11007187 or 2952024. OLE color: 2952024.

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

Color convert

RGB 88 11 45 -
CMYK 0 0.88 0.49 0.65
HSL 333.51º 0.78% 0.19% -
HSV(B) 333.51º 0.88% 0.35% -
XYZ 4.62 2.5 2.72 -
YUV 37.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 88 11 45 0 0.88 0.49 0.65 333.51 0.78 0.19
Hex 58 B 2D 0 58 31 41 14E 4E 13
Octal 130 13 55 0 130 61 101 516 116 23
Binary 1011000 1011 101101 0 1011000 110001 1000001 101001110 1001110 10011

Color Harmonies of #580B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B2D

Black with #580B2D

Text Example


Text Example

White with #580B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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