Html Css Color HEX #760146 Tyrian Purple

📋 copy color: '#760146'

red 118 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #760146

Tints of Tyrian Purple #760146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 62.43%
G = 0.53%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#760146 (or 0x760146) is known color: Tyrian Purple. HEX triplet: 76, 01 and 46. RGB value is (118,1,70). Sum of RGB (Red+Green+Blue) = 118+1+70=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #760146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760146 is #89FEB9. Grayscale: #2B2B2B. Windows color (decimal): -9043642 or 4587894. OLE color: 4587894.

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

Color convert

RGB 118 1 70 -
CMYK 0 0.99 0.41 0.54
HSL 324.62º 0.98% 0.23% -
HSV(B) 324.62º 0.99% 0.46% -
XYZ 8.59 4.32 6.17 -
YUV 43.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 118 1 70 0 0.99 0.41 0.54 324.62 0.98 0.23
Hex 76 1 46 0 63 29 36 145 62 17
Octal 166 1 106 0 143 51 66 505 142 27
Binary 1110110 1 1000110 0 1100011 101001 110110 101000101 1100010 10111

Color Harmonies of #760146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760146

Black with #760146

Text Example


Text Example

White with #760146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760146; }

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

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

background-color css

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

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

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

border-color css

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

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

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