Html Css Color HEX #560335 Tyrian Purple

📋 copy color: '#560335'

red 86 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #560335

Tints of Tyrian Purple #560335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 60.56%
G = 2.11%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#560335 (or 0x560335) is known color: Tyrian Purple. HEX triplet: 56, 03 and 35. RGB value is (86,3,53). Sum of RGB (Red+Green+Blue) = 86+3+53=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560335 is #A9FCCA. Grayscale: #212121. Windows color (decimal): -11140299 or 3474262. OLE color: 3474262.

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

Color convert

RGB 86 3 53 -
CMYK 0 0.97 0.38 0.66
HSL 323.86º 0.93% 0.17% -
HSV(B) 323.86º 0.97% 0.34% -
XYZ 4.51 2.3 3.57 -
YUV 33.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 86 3 53 0 0.97 0.38 0.66 323.86 0.93 0.17
Hex 56 3 35 0 61 26 42 144 5D 11
Octal 126 3 65 0 141 46 102 504 135 21
Binary 1010110 11 110101 0 1100001 100110 1000010 101000100 1011101 10001

Color Harmonies of #560335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560335

Black with #560335

Text Example


Text Example

White with #560335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560335; }

 p { color: rgb(86,3,53); }

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

background-color css

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

 a { background-color: rgb(86,3,53); }

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

border-color css

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

 span { border-color: rgb(86,3,53); }

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