Html Css Color HEX #560032 Tyrian Purple

📋 copy color: '#560032'

red 86 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #560032

Tints of Tyrian Purple #560032

RGB

 RED value IS 86 (33.98% from 255) = 63.24%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 63.24%
G = 0%
B = 36.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#560032 (or 0x560032) is known color: Tyrian Purple. HEX triplet: 56, 00 and 32. RGB value is (86,0,50). Sum of RGB (Red+Green+Blue) = 86+0+50=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #560032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560032 is #A9FFCD. Grayscale: #1F1F1F. Windows color (decimal): -11141070 or 3276886. OLE color: 3276886.

HSL color Cylindrical-coordinate representation of color #560032: hue angle of 325.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560032 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 50 -
CMYK 0 1 0.42 0.66
HSL 325.12º 1% 0.17% -
HSV(B) 325.12º 1% 0.34% -
XYZ 4.41 2.21 3.21 -
YUV 31.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 86 0 50 0 1 0.42 0.66 325.12 1 0.17
Hex 56 0 32 0 64 2A 42 145 64 11
Octal 126 0 62 0 144 52 102 505 144 21
Binary 1010110 0 110010 0 1100100 101010 1000010 101000101 1100100 10001

Color Harmonies of #560032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560032

Black with #560032

Text Example


Text Example

White with #560032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560032; }

 p { color: rgb(86,0,50); }

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

background-color css

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

 a { background-color: rgb(86,0,50); }

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

border-color css

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

 span { border-color: rgb(86,0,50); }

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