Html Css Color HEX #760150 Tyrian Purple

📋 copy color: '#760150'

red 118 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #760150

Tints of Tyrian Purple #760150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 59.3%
G = 0.5%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#760150 (or 0x760150) is known color: Tyrian Purple. HEX triplet: 76, 01 and 50. RGB value is (118,1,80). Sum of RGB (Red+Green+Blue) = 118+1+80=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760150 is #89FEAF. Grayscale: #2C2C2C. Windows color (decimal): -9043632 or 5243254. OLE color: 5243254.

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

Color convert

RGB 118 1 80 -
CMYK 0 0.99 0.32 0.54
HSL 319.49º 0.98% 0.23% -
HSV(B) 319.49º 0.99% 0.46% -
XYZ 8.93 4.45 7.98 -
YUV 44.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 118 1 80 0 0.99 0.32 0.54 319.49 0.98 0.23
Hex 76 1 50 0 63 20 36 13F 62 17
Octal 166 1 120 0 143 40 66 477 142 27
Binary 1110110 1 1010000 0 1100011 100000 110110 100111111 1100010 10111

Color Harmonies of #760150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760150

Black with #760150

Text Example


Text Example

White with #760150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760150; }

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

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

background-color css

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

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

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

border-color css

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

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

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