Html Css Color HEX #56022F Tyrian Purple

📋 copy color: '#56022F'

red 86 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #56022F

Tints of Tyrian Purple #56022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 63.7%
G = 1.48%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#56022F (or 0x56022F) is known color: Tyrian Purple. HEX triplet: 56, 02 and 2F. RGB value is (86,2,47). Sum of RGB (Red+Green+Blue) = 86+2+47=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022F is #A9FDD0. Grayscale: #202020. Windows color (decimal): -11140561 or 3080790. OLE color: 3080790.

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

Color convert

RGB 86 2 47 -
CMYK 0 0.98 0.45 0.66
HSL 327.86º 0.95% 0.17% -
HSV(B) 327.86º 0.98% 0.34% -
XYZ 4.37 2.23 2.89 -
YUV 32.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 86 2 47 0 0.98 0.45 0.66 327.86 0.95 0.17
Hex 56 2 2F 0 62 2D 42 148 5F 11
Octal 126 2 57 0 142 55 102 510 137 21
Binary 1010110 10 101111 0 1100010 101101 1000010 101001000 1011111 10001

Color Harmonies of #56022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56022F

Black with #56022F

Text Example


Text Example

White with #56022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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