Html Css Color HEX #56042A Tyrian Purple

📋 copy color: '#56042A'

red 86 ◦ green 4 ◦ blue 42

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

Shades of Tyrian Purple #56042A

Tints of Tyrian Purple #56042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 65.15%
G = 3.03%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56042A (or 0x56042A) is known color: Tyrian Purple. HEX triplet: 56, 04 and 2A. RGB value is (86,4,42). Sum of RGB (Red+Green+Blue) = 86+4+42=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56042A is #A9FBD5. Grayscale: #202020. Windows color (decimal): -11140054 or 2753622. OLE color: 2753622.

HSL color Cylindrical-coordinate representation of color #56042A: hue angle of 332.2º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56042A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 42 -
CMYK 0 0.95 0.51 0.66
HSL 332.2º 0.91% 0.18% -
HSV(B) 332.2º 0.95% 0.34% -
XYZ 4.3 2.23 2.39 -
YUV 32.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 86 4 42 0 0.95 0.51 0.66 332.2 0.91 0.18
Hex 56 4 2A 0 5F 33 42 14C 5B 12
Octal 126 4 52 0 137 63 102 514 133 22
Binary 1010110 100 101010 0 1011111 110011 1000010 101001100 1011011 10010

Color Harmonies of #56042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56042A

Black with #56042A

Text Example


Text Example

White with #56042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56042A; }

 p { color: rgb(86,4,42); }

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

background-color css

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

 a { background-color: rgb(86,4,42); }

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

border-color css

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

 span { border-color: rgb(86,4,42); }

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