Html Css Color HEX #760750 Tyrian Purple

📋 copy color: '#760750'

red 118 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #760750

Tints of Tyrian Purple #760750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 57.56%
G = 3.41%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#760750 (or 0x760750) is known color: Tyrian Purple. HEX triplet: 76, 07 and 50. RGB value is (118,7,80). Sum of RGB (Red+Green+Blue) = 118+7+80=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760750 is #89F8AF. Grayscale: #303030. Windows color (decimal): -9042096 or 5244790. OLE color: 5244790.

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

Color convert

RGB 118 7 80 -
CMYK 0 0.94 0.32 0.54
HSL 320.54º 0.89% 0.25% -
HSV(B) 320.54º 0.94% 0.46% -
XYZ 9 4.58 8 -
YUV 48.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 118 7 80 0 0.94 0.32 0.54 320.54 0.89 0.25
Hex 76 7 50 0 5E 20 36 141 59 19
Octal 166 7 120 0 136 40 66 501 131 31
Binary 1110110 111 1010000 0 1011110 100000 110110 101000001 1011001 11001

Color Harmonies of #760750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760750

Black with #760750

Text Example


Text Example

White with #760750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760750; }

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

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

background-color css

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

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

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

border-color css

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

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

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