Html Css Color HEX #560053 Tyrian Purple

📋 copy color: '#560053'

red 86 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #560053

Tints of Tyrian Purple #560053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 50.89%
G = 0%
B = 49.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#560053 (or 0x560053) is known color: Tyrian Purple. HEX triplet: 56, 00 and 53. RGB value is (86,0,83). Sum of RGB (Red+Green+Blue) = 86+0+83=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #560053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560053 is #A9FFAC. Grayscale: #222222. Windows color (decimal): -11141037 or 5439574. OLE color: 5439574.

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

Color convert

RGB 86 0 83 -
CMYK 0 1 0.03 0.66
HSL 302.09º 1% 0.17% -
HSV(B) 302.09º 1% 0.34% -
XYZ 5.4 2.6 8.4 -
YUV 35.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 86 0 83 0 1 0.03 0.66 302.09 1 0.17
Hex 56 0 53 0 64 3 42 12E 64 11
Octal 126 0 123 0 144 3 102 456 144 21
Binary 1010110 0 1010011 0 1100100 11 1000010 100101110 1100100 10001

Color Harmonies of #560053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560053

Black with #560053

Text Example


Text Example

White with #560053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560053; }

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

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

background-color css

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

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

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

border-color css

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

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

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