Html Css Color HEX #740556 Tyrian Purple

📋 copy color: '#740556'

red 116 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #740556

Tints of Tyrian Purple #740556

RGB

 RED value IS 116 (45.7% from 255) = 56.04%

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 56.04%
G = 2.42%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#740556 (or 0x740556) is known color: Tyrian Purple. HEX triplet: 74, 05 and 56. RGB value is (116,5,86). Sum of RGB (Red+Green+Blue) = 116+5+86=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740556 is #8BFAA9. Grayscale: #2F2F2F. Windows color (decimal): -9173674 or 5637492. OLE color: 5637492.

HSL color Cylindrical-coordinate representation of color #740556: hue angle of 316.22º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740556 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 86 -
CMYK 0 0.96 0.26 0.55
HSL 316.22º 0.92% 0.24% -
HSV(B) 316.22º 0.96% 0.45% -
XYZ 8.94 4.49 9.2 -
YUV 47.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 116 5 86 0 0.96 0.26 0.55 316.22 0.92 0.24
Hex 74 5 56 0 60 1A 37 13C 5C 18
Octal 164 5 126 0 140 32 67 474 134 30
Binary 1110100 101 1010110 0 1100000 11010 110111 100111100 1011100 11000

Color Harmonies of #740556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740556

Black with #740556

Text Example


Text Example

White with #740556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740556; }

 p { color: rgb(116,5,86); }

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

background-color css

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

 a { background-color: rgb(116,5,86); }

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

border-color css

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

 span { border-color: rgb(116,5,86); }

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