Html Css Color HEX #560123 Tyrian Purple

📋 copy color: '#560123'

red 86 ◦ green 1 ◦ blue 35

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

Shades of Tyrian Purple #560123

Tints of Tyrian Purple #560123

RGB

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

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

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

R = 70.49%
G = 0.82%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#560123 (or 0x560123) is known color: Tyrian Purple. HEX triplet: 56, 01 and 23. RGB value is (86,1,35). Sum of RGB (Red+Green+Blue) = 86+1+35=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560123 is #A9FEDC. Grayscale: #1E1E1E. Windows color (decimal): -11140829 or 2294102. OLE color: 2294102.

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

Color convert

RGB 86 1 35 -
CMYK 0 0.99 0.59 0.66
HSL 336º 0.98% 0.17% -
HSV(B) 336º 0.99% 0.34% -
XYZ 4.15 2.12 1.78 -
YUV 30.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 86 1 35 0 0.99 0.59 0.66 336 0.98 0.17
Hex 56 1 23 0 63 3B 42 150 62 11
Octal 126 1 43 0 143 73 102 520 142 21
Binary 1010110 1 100011 0 1100011 111011 1000010 101010000 1100010 10001

Color Harmonies of #560123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560123

Black with #560123

Text Example


Text Example

White with #560123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560123; }

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

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

background-color css

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

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

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

border-color css

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

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

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