Html Css Color HEX #560227 Tyrian Purple

📋 copy color: '#560227'

red 86 ◦ green 2 ◦ blue 39

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

Shades of Tyrian Purple #560227

Tints of Tyrian Purple #560227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 67.72%
G = 1.57%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#560227 (or 0x560227) is known color: Tyrian Purple. HEX triplet: 56, 02 and 27. RGB value is (86,2,39). Sum of RGB (Red+Green+Blue) = 86+2+39=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560227 is #A9FDD8. Grayscale: #1F1F1F. Windows color (decimal): -11140569 or 2556502. OLE color: 2556502.

HSL color Cylindrical-coordinate representation of color #560227: hue angle of 333.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 #560227 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 39 -
CMYK 0 0.98 0.55 0.66
HSL 333.57º 0.95% 0.17% -
HSV(B) 333.57º 0.98% 0.34% -
XYZ 4.23 2.17 2.12 -
YUV 31.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 86 2 39 0 0.98 0.55 0.66 333.57 0.95 0.17
Hex 56 2 27 0 62 37 42 14E 5F 11
Octal 126 2 47 0 142 67 102 516 137 21
Binary 1010110 10 100111 0 1100010 110111 1000010 101001110 1011111 10001

Color Harmonies of #560227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560227

Black with #560227

Text Example


Text Example

White with #560227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560227; }

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

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

background-color css

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

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

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

border-color css

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

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

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