Html Css Color HEX #760950 Tyrian Purple

📋 copy color: '#760950'

red 118 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #760950

Tints of Tyrian Purple #760950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 57%
G = 4.35%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#760950 (or 0x760950) is known color: Tyrian Purple. HEX triplet: 76, 09 and 50. RGB value is (118,9,80). Sum of RGB (Red+Green+Blue) = 118+9+80=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760950 is #89F6AF. Grayscale: #313131. Windows color (decimal): -9041584 or 5245302. OLE color: 5245302.

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

Color convert

RGB 118 9 80 -
CMYK 0 0.92 0.32 0.54
HSL 320.92º 0.86% 0.25% -
HSV(B) 320.92º 0.92% 0.46% -
XYZ 9.02 4.63 8.01 -
YUV 49.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 118 9 80 0 0.92 0.32 0.54 320.92 0.86 0.25
Hex 76 9 50 0 5C 20 36 141 56 19
Octal 166 11 120 0 134 40 66 501 126 31
Binary 1110110 1001 1010000 0 1011100 100000 110110 101000001 1010110 11001

Color Harmonies of #760950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760950

Black with #760950

Text Example


Text Example

White with #760950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760950; }

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

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

background-color css

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

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

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

border-color css

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

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

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