Html Css Color HEX #560328 Tyrian Purple

📋 copy color: '#560328'

red 86 ◦ green 3 ◦ blue 40

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

Shades of Tyrian Purple #560328

Tints of Tyrian Purple #560328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 66.67%
G = 2.33%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#560328 (or 0x560328) is known color: Tyrian Purple. HEX triplet: 56, 03 and 28. RGB value is (86,3,40). Sum of RGB (Red+Green+Blue) = 86+3+40=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560328 is #A9FCD7. Grayscale: #1F1F1F. Windows color (decimal): -11140312 or 2622294. OLE color: 2622294.

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

Color convert

RGB 86 3 40 -
CMYK 0 0.97 0.53 0.66
HSL 333.25º 0.93% 0.17% -
HSV(B) 333.25º 0.97% 0.34% -
XYZ 4.25 2.2 2.21 -
YUV 32.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 86 3 40 0 0.97 0.53 0.66 333.25 0.93 0.17
Hex 56 3 28 0 61 35 42 14D 5D 11
Octal 126 3 50 0 141 65 102 515 135 21
Binary 1010110 11 101000 0 1100001 110101 1000010 101001101 1011101 10001

Color Harmonies of #560328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560328

Black with #560328

Text Example


Text Example

White with #560328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560328; }

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

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

background-color css

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

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

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

border-color css

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

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

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