Html Css Color HEX #56064C Tyrian Purple

📋 copy color: '#56064C'

red 86 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #56064C

Tints of Tyrian Purple #56064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 51.19%
G = 3.57%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56064C (or 0x56064C) is known color: Tyrian Purple. HEX triplet: 56, 06 and 4C. RGB value is (86,6,76). Sum of RGB (Red+Green+Blue) = 86+6+76=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56064C is #A9F9B3. Grayscale: #252525. Windows color (decimal): -11139508 or 4982358. OLE color: 4982358.

HSL color Cylindrical-coordinate representation of color #56064C: hue angle of 307.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56064C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 6 76 -
CMYK 0 0.93 0.12 0.66
HSL 307.5º 0.87% 0.18% -
HSV(B) 307.5º 0.93% 0.34% -
XYZ 5.21 2.63 7.07 -
YUV 37.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 86 6 76 0 0.93 0.12 0.66 307.5 0.87 0.18
Hex 56 6 4C 0 5D C 42 134 57 12
Octal 126 6 114 0 135 14 102 464 127 22
Binary 1010110 110 1001100 0 1011101 1100 1000010 100110100 1010111 10010

Color Harmonies of #56064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56064C

Black with #56064C

Text Example


Text Example

White with #56064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56064C; }

 p { color: rgb(86,6,76); }

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

background-color css

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

 a { background-color: rgb(86,6,76); }

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

border-color css

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

 span { border-color: rgb(86,6,76); }

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