Html Css Color HEX #580B40 Tyrian Purple

📋 copy color: '#580B40'

red 88 ◦ green 11 ◦ blue 64

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

Shades of Tyrian Purple #580B40

Tints of Tyrian Purple #580B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 53.99%
G = 6.75%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#580B40 (or 0x580B40) is known color: Tyrian Purple. HEX triplet: 58, 0B and 40. RGB value is (88,11,64). Sum of RGB (Red+Green+Blue) = 88+11+64=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #580B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B40 is #A7F4BF. Grayscale: #272727. Windows color (decimal): -11007168 or 4197208. OLE color: 4197208.

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

Color convert

RGB 88 11 64 -
CMYK 0 0.88 0.27 0.65
HSL 318.7º 0.78% 0.19% -
HSV(B) 318.7º 0.88% 0.35% -
XYZ 5.07 2.68 5.1 -
YUV 40.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 88 11 64 0 0.88 0.27 0.65 318.7 0.78 0.19
Hex 58 B 40 0 58 1B 41 13F 4E 13
Octal 130 13 100 0 130 33 101 477 116 23
Binary 1011000 1011 1000000 0 1011000 11011 1000001 100111111 1001110 10011

Color Harmonies of #580B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B40

Black with #580B40

Text Example


Text Example

White with #580B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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