Html Css Color HEX #740640 Tyrian Purple

📋 copy color: '#740640'

red 116 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #740640

Tints of Tyrian Purple #740640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 62.37%
G = 3.23%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740640 (or 0x740640) is known color: Tyrian Purple. HEX triplet: 74, 06 and 40. RGB value is (116,6,64). Sum of RGB (Red+Green+Blue) = 116+6+64=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #740640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740640 is #8BF9BF. Grayscale: #2D2D2D. Windows color (decimal): -9173440 or 4195956. OLE color: 4195956.

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

Color convert

RGB 116 6 64 -
CMYK 0 0.95 0.45 0.55
HSL 328.36º 0.9% 0.24% -
HSV(B) 328.36º 0.95% 0.45% -
XYZ 8.19 4.21 5.23 -
YUV 45.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 116 6 64 0 0.95 0.45 0.55 328.36 0.9 0.24
Hex 74 6 40 0 5F 2D 37 148 5A 18
Octal 164 6 100 0 137 55 67 510 132 30
Binary 1110100 110 1000000 0 1011111 101101 110111 101001000 1011010 11000

Color Harmonies of #740640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740640

Black with #740640

Text Example


Text Example

White with #740640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740640; }

 p { color: rgb(116,6,64); }

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

background-color css

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

 a { background-color: rgb(116,6,64); }

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

border-color css

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

 span { border-color: rgb(116,6,64); }

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