Html Css Color HEX #560151 Tyrian Purple

📋 copy color: '#560151'

red 86 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #560151

Tints of Tyrian Purple #560151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 51.19%
G = 0.6%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#560151 (or 0x560151) is known color: Tyrian Purple. HEX triplet: 56, 01 and 51. RGB value is (86,1,81). Sum of RGB (Red+Green+Blue) = 86+1+81=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #560151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560151 is #A9FEAE. Grayscale: #232323. Windows color (decimal): -11140783 or 5308758. OLE color: 5308758.

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

Color convert

RGB 86 1 81 -
CMYK 0 0.99 0.06 0.66
HSL 303.53º 0.98% 0.17% -
HSV(B) 303.53º 0.99% 0.34% -
XYZ 5.33 2.59 8 -
YUV 35.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 86 1 81 0 0.99 0.06 0.66 303.53 0.98 0.17
Hex 56 1 51 0 63 6 42 130 62 11
Octal 126 1 121 0 143 6 102 460 142 21
Binary 1010110 1 1010001 0 1100011 110 1000010 100110000 1100010 10001

Color Harmonies of #560151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560151

Black with #560151

Text Example


Text Example

White with #560151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560151; }

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

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

background-color css

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

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

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

border-color css

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

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

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