Html Css Color HEX #760A50 Tyrian Purple

📋 copy color: '#760A50'

red 118 ◦ green 10 ◦ blue 80

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

Shades of Tyrian Purple #760A50

Tints of Tyrian Purple #760A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 56.73%
G = 4.81%
B = 38.46%

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

#760A50 (or 0x760A50) is known color: Tyrian Purple. HEX triplet: 76, 0A and 50. RGB value is (118,10,80). Sum of RGB (Red+Green+Blue) = 118+10+80=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A50 is #89F5AF. Grayscale: #323232. Windows color (decimal): -9041328 or 5245558. OLE color: 5245558.

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

Color convert

RGB 118 10 80 -
CMYK 0 0.92 0.32 0.54
HSL 321.11º 0.84% 0.25% -
HSV(B) 321.11º 0.92% 0.46% -
XYZ 9.03 4.65 8.01 -
YUV 50.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 118 10 80 0 0.92 0.32 0.54 321.11 0.84 0.25
Hex 76 A 50 0 5C 20 36 141 54 19
Octal 166 12 120 0 134 40 66 501 124 31
Binary 1110110 1010 1010000 0 1011100 100000 110110 101000001 1010100 11001

Color Harmonies of #760A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A50

Black with #760A50

Text Example


Text Example

White with #760A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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