Html Css Color HEX #740A4D Tyrian Purple

📋 copy color: '#740A4D'

red 116 ◦ green 10 ◦ blue 77

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

Shades of Tyrian Purple #740A4D

Tints of Tyrian Purple #740A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 57.14%
G = 4.93%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#740A4D (or 0x740A4D) is known color: Tyrian Purple. HEX triplet: 74, 0A and 4D. RGB value is (116,10,77). Sum of RGB (Red+Green+Blue) = 116+10+77=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A4D is #8BF5B2. Grayscale: #313131. Windows color (decimal): -9172403 or 5048948. OLE color: 5048948.

HSL color Cylindrical-coordinate representation of color #740A4D: hue angle of 322.08º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A4D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 10 77 -
CMYK 0 0.91 0.34 0.55
HSL 322.08º 0.84% 0.25% -
HSV(B) 322.08º 0.91% 0.45% -
XYZ 8.65 4.47 7.43 -
YUV 49.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 116 10 77 0 0.91 0.34 0.55 322.08 0.84 0.25
Hex 74 A 4D 0 5B 22 37 142 54 19
Octal 164 12 115 0 133 42 67 502 124 31
Binary 1110100 1010 1001101 0 1011011 100010 110111 101000010 1010100 11001

Color Harmonies of #740A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A4D

Black with #740A4D

Text Example


Text Example

White with #740A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740A4D; }

 p { color: rgb(116,10,77); }

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

background-color css

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

 a { background-color: rgb(116,10,77); }

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

border-color css

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

 span { border-color: rgb(116,10,77); }

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