Html Css Color HEX #56022B Tyrian Purple

📋 copy color: '#56022B'

red 86 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #56022B

Tints of Tyrian Purple #56022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 65.65%
G = 1.53%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56022B (or 0x56022B) is known color: Tyrian Purple. HEX triplet: 56, 02 and 2B. RGB value is (86,2,43). Sum of RGB (Red+Green+Blue) = 86+2+43=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022B is #A9FDD4. Grayscale: #1F1F1F. Windows color (decimal): -11140565 or 2818646. OLE color: 2818646.

HSL color Cylindrical-coordinate representation of color #56022B: hue angle of 330.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56022B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 43 -
CMYK 0 0.98 0.50 0.66
HSL 330.71º 0.95% 0.17% -
HSV(B) 330.71º 0.98% 0.34% -
XYZ 4.3 2.2 2.48 -
YUV 31.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 86 2 43 0 0.98 0.50 0.66 330.71 0.95 0.17
Hex 56 2 2B 0 62 32 42 14B 5F 11
Octal 126 2 53 0 142 62 102 513 137 21
Binary 1010110 10 101011 0 1100010 110010 1000010 101001011 1011111 10001

Color Harmonies of #56022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56022B

Black with #56022B

Text Example


Text Example

White with #56022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,2,43); }

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

background-color css

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

 a { background-color: rgb(86,2,43); }

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

border-color css

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

 span { border-color: rgb(86,2,43); }

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