Html Css Color HEX #56013F Tyrian Purple

📋 copy color: '#56013F'

red 86 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #56013F

Tints of Tyrian Purple #56013F

RGB

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

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

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

R = 57.33%
G = 0.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56013F (or 0x56013F) is known color: Tyrian Purple. HEX triplet: 56, 01 and 3F. RGB value is (86,1,63). Sum of RGB (Red+Green+Blue) = 86+1+63=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56013F is #A9FEC0. Grayscale: #212121. Windows color (decimal): -11140801 or 4129110. OLE color: 4129110.

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

Color convert

RGB 86 1 63 -
CMYK 0 0.99 0.27 0.66
HSL 316.24º 0.98% 0.17% -
HSV(B) 316.24º 0.99% 0.34% -
XYZ 4.75 2.36 4.91 -
YUV 33.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 86 1 63 0 0.99 0.27 0.66 316.24 0.98 0.17
Hex 56 1 3F 0 63 1B 42 13C 62 11
Octal 126 1 77 0 143 33 102 474 142 21
Binary 1010110 1 111111 0 1100011 11011 1000010 100111100 1100010 10001

Color Harmonies of #56013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56013F

Black with #56013F

Text Example


Text Example

White with #56013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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