Html Css Color HEX #760351 Tyrian Purple

📋 copy color: '#760351'

red 118 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #760351

Tints of Tyrian Purple #760351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 58.42%
G = 1.49%
B = 40.1%

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

#760351 (or 0x760351) is known color: Tyrian Purple. HEX triplet: 76, 03 and 51. RGB value is (118,3,81). Sum of RGB (Red+Green+Blue) = 118+3+81=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #760351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760351 is #89FCAE. Grayscale: #2E2E2E. Windows color (decimal): -9043119 or 5309302. OLE color: 5309302.

HSL color Cylindrical-coordinate representation of color #760351: hue angle of 319.3º degrees, saturation: 0.95, 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 #760351 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 81 -
CMYK 0 0.97 0.31 0.54
HSL 319.3º 0.95% 0.24% -
HSV(B) 319.3º 0.97% 0.46% -
XYZ 8.99 4.51 8.18 -
YUV 46.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 118 3 81 0 0.97 0.31 0.54 319.3 0.95 0.24
Hex 76 3 51 0 61 1F 36 13F 5F 18
Octal 166 3 121 0 141 37 66 477 137 30
Binary 1110110 11 1010001 0 1100001 11111 110110 100111111 1011111 11000

Color Harmonies of #760351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760351

Black with #760351

Text Example


Text Example

White with #760351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760351; }

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

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

background-color css

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

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

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

border-color css

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

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

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