Html Css Color HEX #560251 Tyrian Purple

📋 copy color: '#560251'

red 86 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #560251

Tints of Tyrian Purple #560251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 50.89%
G = 1.18%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#560251 (or 0x560251) is known color: Tyrian Purple. HEX triplet: 56, 02 and 51. RGB value is (86,2,81). Sum of RGB (Red+Green+Blue) = 86+2+81=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #560251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560251 is #A9FDAE. Grayscale: #232323. Windows color (decimal): -11140527 or 5309014. OLE color: 5309014.

HSL color Cylindrical-coordinate representation of color #560251: hue angle of 303.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560251 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 81 -
CMYK 0 0.98 0.06 0.66
HSL 303.57º 0.95% 0.17% -
HSV(B) 303.57º 0.98% 0.34% -
XYZ 5.34 2.62 8.01 -
YUV 36.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 86 2 81 0 0.98 0.06 0.66 303.57 0.95 0.17
Hex 56 2 51 0 62 6 42 130 5F 11
Octal 126 2 121 0 142 6 102 460 137 21
Binary 1010110 10 1010001 0 1100010 110 1000010 100110000 1011111 10001

Color Harmonies of #560251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560251

Black with #560251

Text Example


Text Example

White with #560251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560251; }

 p { color: rgb(86,2,81); }

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

background-color css

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

 a { background-color: rgb(86,2,81); }

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

border-color css

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

 span { border-color: rgb(86,2,81); }

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