Html Css Color HEX #580C2E Tyrian Purple

📋 copy color: '#580C2E'

red 88 ◦ green 12 ◦ blue 46

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

Shades of Tyrian Purple #580C2E

Tints of Tyrian Purple #580C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 60.27%
G = 8.22%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#580C2E (or 0x580C2E) is known color: Tyrian Purple. HEX triplet: 58, 0C and 2E. RGB value is (88,12,46). Sum of RGB (Red+Green+Blue) = 88+12+46=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #580C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C2E is #A7F3D1. Grayscale: #262626. Windows color (decimal): -11006930 or 3017816. OLE color: 3017816.

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

Color convert

RGB 88 12 46 -
CMYK 0 0.86 0.48 0.65
HSL 333.16º 0.76% 0.2% -
HSV(B) 333.16º 0.86% 0.35% -
XYZ 4.65 2.53 2.83 -
YUV 38.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 88 12 46 0 0.86 0.48 0.65 333.16 0.76 0.2
Hex 58 C 2E 0 56 30 41 14D 4C 14
Octal 130 14 56 0 126 60 101 515 114 24
Binary 1011000 1100 101110 0 1010110 110000 1000001 101001101 1001100 10100

Color Harmonies of #580C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C2E

Black with #580C2E

Text Example


Text Example

White with #580C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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