Html Css Color HEX #56063B Tyrian Purple

📋 copy color: '#56063B'

red 86 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #56063B

Tints of Tyrian Purple #56063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.97%

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 56.95%
G = 3.97%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56063B (or 0x56063B) is known color: Tyrian Purple. HEX triplet: 56, 06 and 3B. RGB value is (86,6,59). Sum of RGB (Red+Green+Blue) = 86+6+59=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56063B is #A9F9C4. Grayscale: #232323. Windows color (decimal): -11139525 or 3868246. OLE color: 3868246.

HSL color Cylindrical-coordinate representation of color #56063B: hue angle of 320.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56063B is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 6 59 -
CMYK 0 0.93 0.31 0.66
HSL 320.25º 0.87% 0.18% -
HSV(B) 320.25º 0.93% 0.34% -
XYZ 4.69 2.42 4.36 -
YUV 35.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 86 6 59 0 0.93 0.31 0.66 320.25 0.87 0.18
Hex 56 6 3B 0 5D 1F 42 140 57 12
Octal 126 6 73 0 135 37 102 500 127 22
Binary 1010110 110 111011 0 1011101 11111 1000010 101000000 1010111 10010

Color Harmonies of #56063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56063B

Black with #56063B

Text Example


Text Example

White with #56063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56063B; }

 p { color: rgb(86,6,59); }

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

background-color css

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

 a { background-color: rgb(86,6,59); }

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

border-color css

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

 span { border-color: rgb(86,6,59); }

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