Html Css Color HEX #760859 Tyrian Purple

📋 copy color: '#760859'

red 118 ◦ green 8 ◦ blue 89

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

Shades of Tyrian Purple #760859

Tints of Tyrian Purple #760859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 54.88%
G = 3.72%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760859 (or 0x760859) is known color: Tyrian Purple. HEX triplet: 76, 08 and 59. RGB value is (118,8,89). Sum of RGB (Red+Green+Blue) = 118+8+89=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760859 is #89F7A6. Grayscale: #313131. Windows color (decimal): -9041831 or 5834870. OLE color: 5834870.

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

Color convert

RGB 118 8 89 -
CMYK 0 0.93 0.25 0.54
HSL 315.82º 0.87% 0.25% -
HSV(B) 315.82º 0.93% 0.46% -
XYZ 9.36 4.75 9.87 -
YUV 50.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 118 8 89 0 0.93 0.25 0.54 315.82 0.87 0.25
Hex 76 8 59 0 5D 19 36 13C 57 19
Octal 166 10 131 0 135 31 66 474 127 31
Binary 1110110 1000 1011001 0 1011101 11001 110110 100111100 1010111 11001

Color Harmonies of #760859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760859

Black with #760859

Text Example


Text Example

White with #760859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760859; }

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

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

background-color css

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

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

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

border-color css

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

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

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