Html Css Color HEX #760959 Tyrian Purple

📋 copy color: '#760959'

red 118 ◦ green 9 ◦ blue 89

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

Shades of Tyrian Purple #760959

Tints of Tyrian Purple #760959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 54.63%
G = 4.17%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760959 (or 0x760959) is known color: Tyrian Purple. HEX triplet: 76, 09 and 59. RGB value is (118,9,89). Sum of RGB (Red+Green+Blue) = 118+9+89=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #760959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760959 is #89F6A6. Grayscale: #323232. Windows color (decimal): -9041575 or 5835126. OLE color: 5835126.

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

Color convert

RGB 118 9 89 -
CMYK 0 0.92 0.25 0.54
HSL 315.96º 0.86% 0.25% -
HSV(B) 315.96º 0.92% 0.46% -
XYZ 9.37 4.77 9.88 -
YUV 50.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 118 9 89 0 0.92 0.25 0.54 315.96 0.86 0.25
Hex 76 9 59 0 5C 19 36 13C 56 19
Octal 166 11 131 0 134 31 66 474 126 31
Binary 1110110 1001 1011001 0 1011100 11001 110110 100111100 1010110 11001

Color Harmonies of #760959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760959

Black with #760959

Text Example


Text Example

White with #760959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760959; }

 p { color: rgb(118,9,89); }

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

background-color css

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

 a { background-color: rgb(118,9,89); }

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

border-color css

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

 span { border-color: rgb(118,9,89); }

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