Html Css Color HEX #560353 Tyrian Purple

📋 copy color: '#560353'

red 86 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #560353

Tints of Tyrian Purple #560353

RGB

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

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

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

R = 50%
G = 1.74%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#560353 (or 0x560353) is known color: Tyrian Purple. HEX triplet: 56, 03 and 53. RGB value is (86,3,83). Sum of RGB (Red+Green+Blue) = 86+3+83=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #560353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560353 is #A9FCAC. Grayscale: #242424. Windows color (decimal): -11140269 or 5440342. OLE color: 5440342.

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

Color convert

RGB 86 3 83 -
CMYK 0 0.97 0.03 0.66
HSL 302.17º 0.93% 0.17% -
HSV(B) 302.17º 0.97% 0.34% -
XYZ 5.43 2.67 8.41 -
YUV 36.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 86 3 83 0 0.97 0.03 0.66 302.17 0.93 0.17
Hex 56 3 53 0 61 3 42 12E 5D 11
Octal 126 3 123 0 141 3 102 456 135 21
Binary 1010110 11 1010011 0 1100001 11 1000010 100101110 1011101 10001

Color Harmonies of #560353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560353

Black with #560353

Text Example


Text Example

White with #560353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560353; }

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

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

background-color css

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

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

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

border-color css

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

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

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