Html Css Color HEX #740246 Tyrian Purple

📋 copy color: '#740246'

red 116 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #740246

Tints of Tyrian Purple #740246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 61.7%
G = 1.06%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#740246 (or 0x740246) is known color: Tyrian Purple. HEX triplet: 74, 02 and 46. RGB value is (116,2,70). Sum of RGB (Red+Green+Blue) = 116+2+70=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740246 is #8BFDB9. Grayscale: #2B2B2B. Windows color (decimal): -9174458 or 4588148. OLE color: 4588148.

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

Color convert

RGB 116 2 70 -
CMYK 0 0.98 0.40 0.55
HSL 324.21º 0.97% 0.23% -
HSV(B) 324.21º 0.98% 0.45% -
XYZ 8.33 4.2 6.17 -
YUV 43.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 116 2 70 0 0.98 0.40 0.55 324.21 0.97 0.23
Hex 74 2 46 0 62 28 37 144 61 17
Octal 164 2 106 0 142 50 67 504 141 27
Binary 1110100 10 1000110 0 1100010 101000 110111 101000100 1100001 10111

Color Harmonies of #740246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740246

Black with #740246

Text Example


Text Example

White with #740246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740246; }

 p { color: rgb(116,2,70); }

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

background-color css

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

 a { background-color: rgb(116,2,70); }

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

border-color css

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

 span { border-color: rgb(116,2,70); }

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