Html Css Color HEX #56022C Tyrian Purple

📋 copy color: '#56022C'

red 86 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #56022C

Tints of Tyrian Purple #56022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 65.15%
G = 1.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56022C (or 0x56022C) is known color: Tyrian Purple. HEX triplet: 56, 02 and 2C. RGB value is (86,2,44). Sum of RGB (Red+Green+Blue) = 86+2+44=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022C is #A9FDD3. Grayscale: #1F1F1F. Windows color (decimal): -11140564 or 2884182. OLE color: 2884182.

HSL color Cylindrical-coordinate representation of color #56022C: hue angle of 330º 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 #56022C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 44 -
CMYK 0 0.98 0.49 0.66
HSL 330º 0.95% 0.17% -
HSV(B) 330º 0.98% 0.34% -
XYZ 4.31 2.2 2.58 -
YUV 31.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 86 2 44 0 0.98 0.49 0.66 330 0.95 0.17
Hex 56 2 2C 0 62 31 42 14A 5F 11
Octal 126 2 54 0 142 61 102 512 137 21
Binary 1010110 10 101100 0 1100010 110001 1000010 101001010 1011111 10001

Color Harmonies of #56022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56022C

Black with #56022C

Text Example


Text Example

White with #56022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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