Html Css Color HEX #560528 Tyrian Purple

📋 copy color: '#560528'

red 86 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #560528

Tints of Tyrian Purple #560528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 65.65%
G = 3.82%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#560528 (or 0x560528) is known color: Tyrian Purple. HEX triplet: 56, 05 and 28. RGB value is (86,5,40). Sum of RGB (Red+Green+Blue) = 86+5+40=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #560528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560528 is #A9FAD7. Grayscale: #212121. Windows color (decimal): -11139800 or 2622806. OLE color: 2622806.

HSL color Cylindrical-coordinate representation of color #560528: hue angle of 334.07º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560528 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 40 -
CMYK 0 0.94 0.53 0.66
HSL 334.07º 0.89% 0.18% -
HSV(B) 334.07º 0.94% 0.34% -
XYZ 4.28 2.24 2.21 -
YUV 33.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 86 5 40 0 0.94 0.53 0.66 334.07 0.89 0.18
Hex 56 5 28 0 5E 35 42 14E 59 12
Octal 126 5 50 0 136 65 102 516 131 22
Binary 1010110 101 101000 0 1011110 110101 1000010 101001110 1011001 10010

Color Harmonies of #560528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560528

Black with #560528

Text Example


Text Example

White with #560528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560528; }

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

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

background-color css

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

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

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

border-color css

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

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

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