Html Css Color HEX #760041 Tyrian Purple

📋 copy color: '#760041'

red 118 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #760041

Tints of Tyrian Purple #760041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 64.48%
G = 0%
B = 35.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760041 (or 0x760041) is known color: Tyrian Purple. HEX triplet: 76, 00 and 41. RGB value is (118,0,65). Sum of RGB (Red+Green+Blue) = 118+0+65=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #760041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760041 is #89FFBE. Grayscale: #2A2A2A. Windows color (decimal): -9043903 or 4259958. OLE color: 4259958.

HSL color Cylindrical-coordinate representation of color #760041: hue angle of 326.95º 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 #760041 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 65 -
CMYK 0 1 0.45 0.54
HSL 326.95º 1% 0.23% -
HSV(B) 326.95º 1% 0.46% -
XYZ 8.43 4.23 5.37 -
YUV 42.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 118 0 65 0 1 0.45 0.54 326.95 1 0.23
Hex 76 0 41 0 64 2D 36 147 64 17
Octal 166 0 101 0 144 55 66 507 144 27
Binary 1110110 0 1000001 0 1100100 101101 110110 101000111 1100100 10111

Color Harmonies of #760041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760041

Black with #760041

Text Example


Text Example

White with #760041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760041; }

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

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

background-color css

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

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

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

border-color css

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

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

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