Html Css Color HEX #580C42 Tyrian Purple

📋 copy color: '#580C42'

red 88 ◦ green 12 ◦ blue 66

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

Shades of Tyrian Purple #580C42

Tints of Tyrian Purple #580C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 53.01%
G = 7.23%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#580C42 (or 0x580C42) is known color: Tyrian Purple. HEX triplet: 58, 0C and 42. RGB value is (88,12,66). Sum of RGB (Red+Green+Blue) = 88+12+66=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #580C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C42 is #A7F3BD. Grayscale: #282828. Windows color (decimal): -11006910 or 4328536. OLE color: 4328536.

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

Color convert

RGB 88 12 66 -
CMYK 0 0.86 0.25 0.65
HSL 317.37º 0.76% 0.2% -
HSV(B) 317.37º 0.86% 0.35% -
XYZ 5.14 2.73 5.41 -
YUV 40.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 88 12 66 0 0.86 0.25 0.65 317.37 0.76 0.2
Hex 58 C 42 0 56 19 41 13D 4C 14
Octal 130 14 102 0 126 31 101 475 114 24
Binary 1011000 1100 1000010 0 1010110 11001 1000001 100111101 1001100 10100

Color Harmonies of #580C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C42

Black with #580C42

Text Example


Text Example

White with #580C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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