Html Css Color HEX #560035 Tyrian Purple

📋 copy color: '#560035'

red 86 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #560035

Tints of Tyrian Purple #560035

RGB

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

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

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

R = 61.87%
G = 0%
B = 38.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#560035 (or 0x560035) is known color: Tyrian Purple. HEX triplet: 56, 00 and 35. RGB value is (86,0,53). Sum of RGB (Red+Green+Blue) = 86+0+53=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #560035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560035 is #A9FFCA. Grayscale: #1F1F1F. Windows color (decimal): -11141067 or 3473494. OLE color: 3473494.

HSL color Cylindrical-coordinate representation of color #560035: hue angle of 323.02º 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 #560035 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 53 -
CMYK 0 1 0.38 0.66
HSL 323.02º 1% 0.17% -
HSV(B) 323.02º 1% 0.34% -
XYZ 4.48 2.24 3.56 -
YUV 31.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 86 0 53 0 1 0.38 0.66 323.02 1 0.17
Hex 56 0 35 0 64 26 42 143 64 11
Octal 126 0 65 0 144 46 102 503 144 21
Binary 1010110 0 110101 0 1100100 100110 1000010 101000011 1100100 10001

Color Harmonies of #560035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560035

Black with #560035

Text Example


Text Example

White with #560035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560035; }

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

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

background-color css

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

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

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

border-color css

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

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

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