Html Css Color HEX #760451 Tyrian Purple

📋 copy color: '#760451'

red 118 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #760451

Tints of Tyrian Purple #760451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 58.13%
G = 1.97%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#760451 (or 0x760451) is known color: Tyrian Purple. HEX triplet: 76, 04 and 51. RGB value is (118,4,81). Sum of RGB (Red+Green+Blue) = 118+4+81=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760451 is #89FBAE. Grayscale: #2E2E2E. Windows color (decimal): -9042863 or 5309558. OLE color: 5309558.

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

Color convert

RGB 118 4 81 -
CMYK 0 0.97 0.31 0.54
HSL 319.47º 0.93% 0.24% -
HSV(B) 319.47º 0.97% 0.46% -
XYZ 9 4.53 8.19 -
YUV 46.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 118 4 81 0 0.97 0.31 0.54 319.47 0.93 0.24
Hex 76 4 51 0 61 1F 36 13F 5D 18
Octal 166 4 121 0 141 37 66 477 135 30
Binary 1110110 100 1010001 0 1100001 11111 110110 100111111 1011101 11000

Color Harmonies of #760451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760451

Black with #760451

Text Example


Text Example

White with #760451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760451; }

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

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

background-color css

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

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

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

border-color css

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

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

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