Html Css Color HEX #760C50 Tyrian Purple

📋 copy color: '#760C50'

red 118 ◦ green 12 ◦ blue 80

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

Shades of Tyrian Purple #760C50

Tints of Tyrian Purple #760C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

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

R = 56.19%
G = 5.71%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#760C50 (or 0x760C50) is known color: Tyrian Purple. HEX triplet: 76, 0C and 50. RGB value is (118,12,80). Sum of RGB (Red+Green+Blue) = 118+12+80=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #760C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C50 is #89F3AF. Grayscale: #333333. Windows color (decimal): -9040816 or 5246070. OLE color: 5246070.

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

Color convert

RGB 118 12 80 -
CMYK 0 0.90 0.32 0.54
HSL 321.51º 0.82% 0.25% -
HSV(B) 321.51º 0.9% 0.46% -
XYZ 9.05 4.69 8.02 -
YUV 51.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 118 12 80 0 0.90 0.32 0.54 321.51 0.82 0.25
Hex 76 C 50 0 5A 20 36 142 52 19
Octal 166 14 120 0 132 40 66 502 122 31
Binary 1110110 1100 1010000 0 1011010 100000 110110 101000010 1010010 11001

Color Harmonies of #760C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C50

Black with #760C50

Text Example


Text Example

White with #760C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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