Html Css Color HEX #740540 Tyrian Purple

📋 copy color: '#740540'

red 116 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #740540

Tints of Tyrian Purple #740540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 62.7%
G = 2.7%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740540 (or 0x740540) is known color: Tyrian Purple. HEX triplet: 74, 05 and 40. RGB value is (116,5,64). Sum of RGB (Red+Green+Blue) = 116+5+64=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #740540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740540 is #8BFABF. Grayscale: #2C2C2C. Windows color (decimal): -9173696 or 4195700. OLE color: 4195700.

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

Color convert

RGB 116 5 64 -
CMYK 0 0.96 0.45 0.55
HSL 328.11º 0.92% 0.24% -
HSV(B) 328.11º 0.96% 0.45% -
XYZ 8.18 4.19 5.23 -
YUV 44.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 116 5 64 0 0.96 0.45 0.55 328.11 0.92 0.24
Hex 74 5 40 0 60 2D 37 148 5C 18
Octal 164 5 100 0 140 55 67 510 134 30
Binary 1110100 101 1000000 0 1100000 101101 110111 101001000 1011100 11000

Color Harmonies of #740540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740540

Black with #740540

Text Example


Text Example

White with #740540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740540; }

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

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

background-color css

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

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

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

border-color css

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

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

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