Html Css Color HEX #760051 Tyrian Purple

📋 copy color: '#760051'

red 118 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #760051

Tints of Tyrian Purple #760051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 59.3%
G = 0%
B = 40.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#760051 (or 0x760051) is known color: Tyrian Purple. HEX triplet: 76, 00 and 51. RGB value is (118,0,81). Sum of RGB (Red+Green+Blue) = 118+0+81=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760051 is #89FFAE. Grayscale: #2C2C2C. Windows color (decimal): -9043887 or 5308534. OLE color: 5308534.

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

Color convert

RGB 118 0 81 -
CMYK 0 1 0.31 0.54
HSL 318.81º 1% 0.23% -
HSV(B) 318.81º 1% 0.46% -
XYZ 8.96 4.45 8.17 -
YUV 44.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 118 0 81 0 1 0.31 0.54 318.81 1 0.23
Hex 76 0 51 0 64 1F 36 13F 64 17
Octal 166 0 121 0 144 37 66 477 144 27
Binary 1110110 0 1010001 0 1100100 11111 110110 100111111 1100100 10111

Color Harmonies of #760051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760051

Black with #760051

Text Example


Text Example

White with #760051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760051; }

 p { color: rgb(118,0,81); }

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

background-color css

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

 a { background-color: rgb(118,0,81); }

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

border-color css

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

 span { border-color: rgb(118,0,81); }

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