Html Css Color HEX #760141 Tyrian Purple

📋 copy color: '#760141'

red 118 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #760141

Tints of Tyrian Purple #760141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 64.13%
G = 0.54%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760141 (or 0x760141) is known color: Tyrian Purple. HEX triplet: 76, 01 and 41. RGB value is (118,1,65). Sum of RGB (Red+Green+Blue) = 118+1+65=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760141 is #89FEBE. Grayscale: #2B2B2B. Windows color (decimal): -9043647 or 4260214. OLE color: 4260214.

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

Color convert

RGB 118 1 65 -
CMYK 0 0.99 0.45 0.54
HSL 327.18º 0.98% 0.23% -
HSV(B) 327.18º 0.99% 0.46% -
XYZ 8.44 4.25 5.38 -
YUV 43.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 118 1 65 0 0.99 0.45 0.54 327.18 0.98 0.23
Hex 76 1 41 0 63 2D 36 147 62 17
Octal 166 1 101 0 143 55 66 507 142 27
Binary 1110110 1 1000001 0 1100011 101101 110110 101000111 1100010 10111

Color Harmonies of #760141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760141

Black with #760141

Text Example


Text Example

White with #760141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760141; }

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

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

background-color css

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

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

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

border-color css

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

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

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