Html Css Color HEX #760958 Tyrian Purple

📋 copy color: '#760958'

red 118 ◦ green 9 ◦ blue 88

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

Shades of Tyrian Purple #760958

Tints of Tyrian Purple #760958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 54.88%
G = 4.19%
B = 40.93%

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

#760958 (or 0x760958) is known color: Tyrian Purple. HEX triplet: 76, 09 and 58. RGB value is (118,9,88). Sum of RGB (Red+Green+Blue) = 118+9+88=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760958 is #89F6A7. Grayscale: #323232. Windows color (decimal): -9041576 or 5769590. OLE color: 5769590.

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

Color convert

RGB 118 9 88 -
CMYK 0 0.92 0.25 0.54
HSL 316.51º 0.86% 0.25% -
HSV(B) 316.51º 0.92% 0.46% -
XYZ 9.33 4.75 9.66 -
YUV 50.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 118 9 88 0 0.92 0.25 0.54 316.51 0.86 0.25
Hex 76 9 58 0 5C 19 36 13D 56 19
Octal 166 11 130 0 134 31 66 475 126 31
Binary 1110110 1001 1011000 0 1011100 11001 110110 100111101 1010110 11001

Color Harmonies of #760958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760958

Black with #760958

Text Example


Text Example

White with #760958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760958; }

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

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

background-color css

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

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

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

border-color css

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

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

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