Html Css Color HEX #580C3B Tyrian Purple

📋 copy color: '#580C3B'

red 88 ◦ green 12 ◦ blue 59

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

Shades of Tyrian Purple #580C3B

Tints of Tyrian Purple #580C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

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

R = 55.35%
G = 7.55%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#580C3B (or 0x580C3B) is known color: Tyrian Purple. HEX triplet: 58, 0C and 3B. RGB value is (88,12,59). Sum of RGB (Red+Green+Blue) = 88+12+59=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #580C3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C3B is #A7F3C4. Grayscale: #272727. Windows color (decimal): -11006917 or 3869784. OLE color: 3869784.

HSL color Cylindrical-coordinate representation of color #580C3B: hue angle of 322.89º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C3B is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 59 -
CMYK 0 0.86 0.33 0.65
HSL 322.89º 0.76% 0.2% -
HSV(B) 322.89º 0.86% 0.35% -
XYZ 4.95 2.65 4.39 -
YUV 40.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 88 12 59 0 0.86 0.33 0.65 322.89 0.76 0.2
Hex 58 C 3B 0 56 21 41 143 4C 14
Octal 130 14 73 0 126 41 101 503 114 24
Binary 1011000 1100 111011 0 1010110 100001 1000001 101000011 1001100 10100

Color Harmonies of #580C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C3B

Black with #580C3B

Text Example


Text Example

White with #580C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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