Html Css Color HEX #740550 Tyrian Purple

📋 copy color: '#740550'

red 116 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #740550

Tints of Tyrian Purple #740550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 57.71%
G = 2.49%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#740550 (or 0x740550) is known color: Tyrian Purple. HEX triplet: 74, 05 and 50. RGB value is (116,5,80). Sum of RGB (Red+Green+Blue) = 116+5+80=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740550 is #8BFAAF. Grayscale: #2E2E2E. Windows color (decimal): -9173680 or 5244276. OLE color: 5244276.

HSL color Cylindrical-coordinate representation of color #740550: hue angle of 319.46º 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 #740550 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 80 -
CMYK 0 0.96 0.31 0.55
HSL 319.46º 0.92% 0.24% -
HSV(B) 319.46º 0.96% 0.45% -
XYZ 8.7 4.4 7.98 -
YUV 46.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 116 5 80 0 0.96 0.31 0.55 319.46 0.92 0.24
Hex 74 5 50 0 60 1F 37 13F 5C 18
Octal 164 5 120 0 140 37 67 477 134 30
Binary 1110100 101 1010000 0 1100000 11111 110111 100111111 1011100 11000

Color Harmonies of #740550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740550

Black with #740550

Text Example


Text Example

White with #740550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740550; }

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

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

background-color css

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

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

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

border-color css

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

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

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