Html Css Color HEX #56153F Tyrian Purple

📋 copy color: '#56153F'

red 86 ◦ green 21 ◦ blue 63

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

Shades of Tyrian Purple #56153F

Tints of Tyrian Purple #56153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 50.59%
G = 12.35%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56153F (or 0x56153F) is known color: Tyrian Purple. HEX triplet: 56, 15 and 3F. RGB value is (86,21,63). Sum of RGB (Red+Green+Blue) = 86+21+63=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #56153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56153F is #A9EAC0. Grayscale: #2D2D2D. Windows color (decimal): -11135681 or 4134230. OLE color: 4134230.

HSL color Cylindrical-coordinate representation of color #56153F: hue angle of 321.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56153F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 63 -
CMYK 0 0.76 0.27 0.66
HSL 321.23º 0.61% 0.21% -
HSV(B) 321.23º 0.76% 0.34% -
XYZ 5 2.87 4.99 -
YUV 45.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 86 21 63 0 0.76 0.27 0.66 321.23 0.61 0.21
Hex 56 15 3F 0 4C 1B 42 141 3D 15
Octal 126 25 77 0 114 33 102 501 75 25
Binary 1010110 10101 111111 0 1001100 11011 1000010 101000001 111101 10101

Color Harmonies of #56153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56153F

Black with #56153F

Text Example


Text Example

White with #56153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56153F; }

 p { color: rgb(86,21,63); }

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

background-color css

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

 a { background-color: rgb(86,21,63); }

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

border-color css

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

 span { border-color: rgb(86,21,63); }

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