Html Css Color HEX #760046 Tyrian Purple

📋 copy color: '#760046'

red 118 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #760046

Tints of Tyrian Purple #760046

RGB

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

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

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

R = 62.77%
G = 0%
B = 37.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#760046 (or 0x760046) is known color: Tyrian Purple. HEX triplet: 76, 00 and 46. RGB value is (118,0,70). Sum of RGB (Red+Green+Blue) = 118+0+70=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #760046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760046 is #89FFB9. Grayscale: #2B2B2B. Windows color (decimal): -9043898 or 4587638. OLE color: 4587638.

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

Color convert

RGB 118 0 70 -
CMYK 0 1 0.41 0.54
HSL 324.41º 1% 0.23% -
HSV(B) 324.41º 1% 0.46% -
XYZ 8.58 4.29 6.17 -
YUV 43.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 118 0 70 0 1 0.41 0.54 324.41 1 0.23
Hex 76 0 46 0 64 29 36 144 64 17
Octal 166 0 106 0 144 51 66 504 144 27
Binary 1110110 0 1000110 0 1100100 101001 110110 101000100 1100100 10111

Color Harmonies of #760046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760046

Black with #760046

Text Example


Text Example

White with #760046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760046; }

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

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

background-color css

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

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

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

border-color css

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

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

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