Html Css Color HEX #580B3E Tyrian Purple

📋 copy color: '#580B3E'

red 88 ◦ green 11 ◦ blue 62

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

Shades of Tyrian Purple #580B3E

Tints of Tyrian Purple #580B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 54.66%
G = 6.83%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#580B3E (or 0x580B3E) is known color: Tyrian Purple. HEX triplet: 58, 0B and 3E. RGB value is (88,11,62). Sum of RGB (Red+Green+Blue) = 88+11+62=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B3E is #A7F4C1. Grayscale: #272727. Windows color (decimal): -11007170 or 4066136. OLE color: 4066136.

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

Color convert

RGB 88 11 62 -
CMYK 0 0.88 0.30 0.65
HSL 320.26º 0.78% 0.19% -
HSV(B) 320.26º 0.88% 0.35% -
XYZ 5.01 2.66 4.81 -
YUV 39.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 88 11 62 0 0.88 0.30 0.65 320.26 0.78 0.19
Hex 58 B 3E 0 58 1E 41 140 4E 13
Octal 130 13 76 0 130 36 101 500 116 23
Binary 1011000 1011 111110 0 1011000 11110 1000001 101000000 1001110 10011

Color Harmonies of #580B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B3E

Black with #580B3E

Text Example


Text Example

White with #580B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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