Html Css Color HEX #760940 Tyrian Purple

📋 copy color: '#760940'

red 118 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #760940

Tints of Tyrian Purple #760940

RGB

 RED value IS 118 (46.48% from 255) = 61.78%

 GREEN value IS 9 (3.91% from 255) = 4.71%

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

R = 61.78%
G = 4.71%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#760940 (or 0x760940) is known color: Tyrian Purple. HEX triplet: 76, 09 and 40. RGB value is (118,9,64). Sum of RGB (Red+Green+Blue) = 118+9+64=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #760940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760940 is #89F6BF. Grayscale: #2F2F2F. Windows color (decimal): -9041600 or 4196726. OLE color: 4196726.

HSL color Cylindrical-coordinate representation of color #760940: hue angle of 329.72º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760940 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 64 -
CMYK 0 0.92 0.46 0.54
HSL 329.72º 0.86% 0.25% -
HSV(B) 329.72º 0.92% 0.46% -
XYZ 8.49 4.42 5.26 -
YUV 47.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 118 9 64 0 0.92 0.46 0.54 329.72 0.86 0.25
Hex 76 9 40 0 5C 2E 36 14A 56 19
Octal 166 11 100 0 134 56 66 512 126 31
Binary 1110110 1001 1000000 0 1011100 101110 110110 101001010 1010110 11001

Color Harmonies of #760940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760940

Black with #760940

Text Example


Text Example

White with #760940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760940; }

 p { color: rgb(118,9,64); }

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

background-color css

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

 a { background-color: rgb(118,9,64); }

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

border-color css

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

 span { border-color: rgb(118,9,64); }

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