Html Css Color HEX #740746 Tyrian Purple

📋 copy color: '#740746'

red 116 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #740746

Tints of Tyrian Purple #740746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 60.1%
G = 3.63%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#740746 (or 0x740746) is known color: Tyrian Purple. HEX triplet: 74, 07 and 46. RGB value is (116,7,70). Sum of RGB (Red+Green+Blue) = 116+7+70=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740746 is #8BF8B9. Grayscale: #2E2E2E. Windows color (decimal): -9173178 or 4589428. OLE color: 4589428.

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

Color convert

RGB 116 7 70 -
CMYK 0 0.94 0.40 0.55
HSL 325.32º 0.89% 0.24% -
HSV(B) 325.32º 0.94% 0.45% -
XYZ 8.38 4.31 6.18 -
YUV 46.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 116 7 70 0 0.94 0.40 0.55 325.32 0.89 0.24
Hex 74 7 46 0 5E 28 37 145 59 18
Octal 164 7 106 0 136 50 67 505 131 30
Binary 1110100 111 1000110 0 1011110 101000 110111 101000101 1011001 11000

Color Harmonies of #740746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740746

Black with #740746

Text Example


Text Example

White with #740746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740746; }

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

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

background-color css

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

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

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

border-color css

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

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

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