Html Css Color HEX #560334 Tyrian Purple

📋 copy color: '#560334'

red 86 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #560334

Tints of Tyrian Purple #560334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 60.99%
G = 2.13%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#560334 (or 0x560334) is known color: Tyrian Purple. HEX triplet: 56, 03 and 34. RGB value is (86,3,52). Sum of RGB (Red+Green+Blue) = 86+3+52=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #560334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560334 is #A9FCCB. Grayscale: #212121. Windows color (decimal): -11140300 or 3408726. OLE color: 3408726.

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

Color convert

RGB 86 3 52 -
CMYK 0 0.97 0.40 0.66
HSL 324.58º 0.93% 0.17% -
HSV(B) 324.58º 0.97% 0.34% -
XYZ 4.49 2.29 3.45 -
YUV 33.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 86 3 52 0 0.97 0.40 0.66 324.58 0.93 0.17
Hex 56 3 34 0 61 28 42 145 5D 11
Octal 126 3 64 0 141 50 102 505 135 21
Binary 1010110 11 110100 0 1100001 101000 1000010 101000101 1011101 10001

Color Harmonies of #560334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560334

Black with #560334

Text Example


Text Example

White with #560334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560334; }

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

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

background-color css

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

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

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

border-color css

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

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

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