Html Css Color HEX #560352 Tyrian Purple

📋 copy color: '#560352'

red 86 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #560352

Tints of Tyrian Purple #560352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.95%

R = 50.29%
G = 1.75%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#560352 (or 0x560352) is known color: Tyrian Purple. HEX triplet: 56, 03 and 52. RGB value is (86,3,82). Sum of RGB (Red+Green+Blue) = 86+3+82=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560352 is #A9FCAD. Grayscale: #242424. Windows color (decimal): -11140270 or 5374806. OLE color: 5374806.

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

Color convert

RGB 86 3 82 -
CMYK 0 0.97 0.05 0.66
HSL 302.89º 0.93% 0.17% -
HSV(B) 302.89º 0.97% 0.34% -
XYZ 5.39 2.65 8.21 -
YUV 36.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 86 3 82 0 0.97 0.05 0.66 302.89 0.93 0.17
Hex 56 3 52 0 61 5 42 12F 5D 11
Octal 126 3 122 0 141 5 102 457 135 21
Binary 1010110 11 1010010 0 1100001 101 1000010 100101111 1011101 10001

Color Harmonies of #560352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560352

Black with #560352

Text Example


Text Example

White with #560352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560352; }

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

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

background-color css

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

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

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

border-color css

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

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

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