Html Css Color HEX #580B3B Tyrian Purple

📋 copy color: '#580B3B'

red 88 ◦ green 11 ◦ blue 59

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

Shades of Tyrian Purple #580B3B

Tints of Tyrian Purple #580B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 55.7%
G = 6.96%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#580B3B (or 0x580B3B) is known color: Tyrian Purple. HEX triplet: 58, 0B and 3B. RGB value is (88,11,59). Sum of RGB (Red+Green+Blue) = 88+11+59=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580B3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B3B is #A7F4C4. Grayscale: #272727. Windows color (decimal): -11007173 or 3869528. OLE color: 3869528.

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

Color convert

RGB 88 11 59 -
CMYK 0 0.88 0.33 0.65
HSL 322.6º 0.78% 0.19% -
HSV(B) 322.6º 0.88% 0.35% -
XYZ 4.93 2.63 4.39 -
YUV 39.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 88 11 59 0 0.88 0.33 0.65 322.6 0.78 0.19
Hex 58 B 3B 0 58 21 41 143 4E 13
Octal 130 13 73 0 130 41 101 503 116 23
Binary 1011000 1011 111011 0 1011000 100001 1000001 101000011 1001110 10011

Color Harmonies of #580B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B3B

Black with #580B3B

Text Example


Text Example

White with #580B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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