Html Css Color HEX #560842 Tyrian Purple

📋 copy color: '#560842'

red 86 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #560842

Tints of Tyrian Purple #560842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 53.75%
G = 5%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#560842 (or 0x560842) is known color: Tyrian Purple. HEX triplet: 56, 08 and 42. RGB value is (86,8,66). Sum of RGB (Red+Green+Blue) = 86+8+66=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560842 is #A9F7BD. Grayscale: #252525. Windows color (decimal): -11139006 or 4327510. OLE color: 4327510.

HSL color Cylindrical-coordinate representation of color #560842: hue angle of 315.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560842 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 8 66 -
CMYK 0 0.91 0.23 0.66
HSL 315.38º 0.83% 0.18% -
HSV(B) 315.38º 0.91% 0.34% -
XYZ 4.91 2.55 5.39 -
YUV 37.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 86 8 66 0 0.91 0.23 0.66 315.38 0.83 0.18
Hex 56 8 42 0 5B 17 42 13B 53 12
Octal 126 10 102 0 133 27 102 473 123 22
Binary 1010110 1000 1000010 0 1011011 10111 1000010 100111011 1010011 10010

Color Harmonies of #560842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560842

Black with #560842

Text Example


Text Example

White with #560842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560842; }

 p { color: rgb(86,8,66); }

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

background-color css

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

 a { background-color: rgb(86,8,66); }

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

border-color css

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

 span { border-color: rgb(86,8,66); }

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