Html Css Color HEX #560223 Tyrian Purple

📋 copy color: '#560223'

red 86 ◦ green 2 ◦ blue 35

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

Shades of Tyrian Purple #560223

Tints of Tyrian Purple #560223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 69.92%
G = 1.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#560223 (or 0x560223) is known color: Tyrian Purple. HEX triplet: 56, 02 and 23. RGB value is (86,2,35). Sum of RGB (Red+Green+Blue) = 86+2+35=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560223 is #A9FDDC. Grayscale: #1E1E1E. Windows color (decimal): -11140573 or 2294358. OLE color: 2294358.

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

Color convert

RGB 86 2 35 -
CMYK 0 0.98 0.59 0.66
HSL 336.43º 0.95% 0.17% -
HSV(B) 336.43º 0.98% 0.34% -
XYZ 4.16 2.14 1.78 -
YUV 30.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 86 2 35 0 0.98 0.59 0.66 336.43 0.95 0.17
Hex 56 2 23 0 62 3B 42 150 5F 11
Octal 126 2 43 0 142 73 102 520 137 21
Binary 1010110 10 100011 0 1100010 111011 1000010 101010000 1011111 10001

Color Harmonies of #560223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560223

Black with #560223

Text Example


Text Example

White with #560223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560223; }

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

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

background-color css

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

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

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

border-color css

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

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

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