Html Css Color HEX #740042 Tyrian Purple

📋 copy color: '#740042'

red 116 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #740042

Tints of Tyrian Purple #740042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 63.74%
G = 0%
B = 36.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#740042 (or 0x740042) is known color: Tyrian Purple. HEX triplet: 74, 00 and 42. RGB value is (116,0,66). Sum of RGB (Red+Green+Blue) = 116+0+66=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #740042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740042 is #8BFFBD. Grayscale: #2A2A2A. Windows color (decimal): -9174974 or 4325492. OLE color: 4325492.

HSL color Cylindrical-coordinate representation of color #740042: hue angle of 325.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740042 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 66 -
CMYK 0 1 0.43 0.55
HSL 325.86º 1% 0.23% -
HSV(B) 325.86º 1% 0.45% -
XYZ 8.19 4.11 5.52 -
YUV 42.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 116 0 66 0 1 0.43 0.55 325.86 1 0.23
Hex 74 0 42 0 64 2B 37 146 64 17
Octal 164 0 102 0 144 53 67 506 144 27
Binary 1110100 0 1000010 0 1100100 101011 110111 101000110 1100100 10111

Color Harmonies of #740042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740042

Black with #740042

Text Example


Text Example

White with #740042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740042; }

 p { color: rgb(116,0,66); }

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

background-color css

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

 a { background-color: rgb(116,0,66); }

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

border-color css

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

 span { border-color: rgb(116,0,66); }

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