Html Css Color HEX #740745 Tyrian Purple

📋 copy color: '#740745'

red 116 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #740745

Tints of Tyrian Purple #740745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 60.42%
G = 3.65%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#740745 (or 0x740745) is known color: Tyrian Purple. HEX triplet: 74, 07 and 45. RGB value is (116,7,69). Sum of RGB (Red+Green+Blue) = 116+7+69=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #740745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740745 is #8BF8BA. Grayscale: #2E2E2E. Windows color (decimal): -9173179 or 4523892. OLE color: 4523892.

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

Color convert

RGB 116 7 69 -
CMYK 0 0.94 0.41 0.55
HSL 325.87º 0.89% 0.24% -
HSV(B) 325.87º 0.94% 0.45% -
XYZ 8.35 4.29 6.02 -
YUV 46.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 116 7 69 0 0.94 0.41 0.55 325.87 0.89 0.24
Hex 74 7 45 0 5E 29 37 146 59 18
Octal 164 7 105 0 136 51 67 506 131 30
Binary 1110100 111 1000101 0 1011110 101001 110111 101000110 1011001 11000

Color Harmonies of #740745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740745

Black with #740745

Text Example


Text Example

White with #740745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740745; }

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

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

background-color css

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

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

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

border-color css

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

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

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