Html Css Color HEX #740954 Tyrian Purple

📋 copy color: '#740954'

red 116 ◦ green 9 ◦ blue 84

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

Shades of Tyrian Purple #740954

Tints of Tyrian Purple #740954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 55.5%
G = 4.31%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#740954 (or 0x740954) is known color: Tyrian Purple. HEX triplet: 74, 09 and 54. RGB value is (116,9,84). Sum of RGB (Red+Green+Blue) = 116+9+84=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740954 is #8BF6AB. Grayscale: #313131. Windows color (decimal): -9172652 or 5507444. OLE color: 5507444.

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

Color convert

RGB 116 9 84 -
CMYK 0 0.92 0.28 0.55
HSL 317.94º 0.86% 0.25% -
HSV(B) 317.94º 0.92% 0.45% -
XYZ 8.9 4.55 8.8 -
YUV 49.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 116 9 84 0 0.92 0.28 0.55 317.94 0.86 0.25
Hex 74 9 54 0 5C 1C 37 13E 56 19
Octal 164 11 124 0 134 34 67 476 126 31
Binary 1110100 1001 1010100 0 1011100 11100 110111 100111110 1010110 11001

Color Harmonies of #740954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740954

Black with #740954

Text Example


Text Example

White with #740954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740954; }

 p { color: rgb(116,9,84); }

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

background-color css

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

 a { background-color: rgb(116,9,84); }

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

border-color css

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

 span { border-color: rgb(116,9,84); }

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