Html Css Color HEX #580C33 Tyrian Purple

📋 copy color: '#580C33'

red 88 ◦ green 12 ◦ blue 51

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

Shades of Tyrian Purple #580C33

Tints of Tyrian Purple #580C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.77%

R = 58.28%
G = 7.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#580C33 (or 0x580C33) is known color: Tyrian Purple. HEX triplet: 58, 0C and 33. RGB value is (88,12,51). Sum of RGB (Red+Green+Blue) = 88+12+51=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #580C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C33 is #A7F3CC. Grayscale: #272727. Windows color (decimal): -11006925 or 3345496. OLE color: 3345496.

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

Color convert

RGB 88 12 51 -
CMYK 0 0.86 0.42 0.65
HSL 329.21º 0.76% 0.2% -
HSV(B) 329.21º 0.86% 0.35% -
XYZ 4.75 2.58 3.38 -
YUV 39.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 88 12 51 0 0.86 0.42 0.65 329.21 0.76 0.2
Hex 58 C 33 0 56 2A 41 149 4C 14
Octal 130 14 63 0 126 52 101 511 114 24
Binary 1011000 1100 110011 0 1010110 101010 1000001 101001001 1001100 10100

Color Harmonies of #580C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C33

Black with #580C33

Text Example


Text Example

White with #580C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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