Html Css Color HEX #760040 Tyrian Purple

📋 copy color: '#760040'

red 118 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #760040

Tints of Tyrian Purple #760040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.84%
G = 0%
B = 35.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#760040 (or 0x760040) is known color: Tyrian Purple. HEX triplet: 76, 00 and 40. RGB value is (118,0,64). Sum of RGB (Red+Green+Blue) = 118+0+64=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #760040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760040 is #89FFBF. Grayscale: #2A2A2A. Windows color (decimal): -9043904 or 4194422. OLE color: 4194422.

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

Color convert

RGB 118 0 64 -
CMYK 0 1 0.46 0.54
HSL 327.46º 1% 0.23% -
HSV(B) 327.46º 1% 0.46% -
XYZ 8.4 4.22 5.22 -
YUV 42.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 118 0 64 0 1 0.46 0.54 327.46 1 0.23
Hex 76 0 40 0 64 2E 36 147 64 17
Octal 166 0 100 0 144 56 66 507 144 27
Binary 1110110 0 1000000 0 1100100 101110 110110 101000111 1100100 10111

Color Harmonies of #760040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760040

Black with #760040

Text Example


Text Example

White with #760040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760040; }

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

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

background-color css

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

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

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

border-color css

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

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

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