Html Css Color HEX #760350 Tyrian Purple

📋 copy color: '#760350'

red 118 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #760350

Tints of Tyrian Purple #760350

RGB

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

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

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

R = 58.71%
G = 1.49%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#760350 (or 0x760350) is known color: Tyrian Purple. HEX triplet: 76, 03 and 50. RGB value is (118,3,80). Sum of RGB (Red+Green+Blue) = 118+3+80=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #760350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760350 is #89FCAF. Grayscale: #2D2D2D. Windows color (decimal): -9043120 or 5243766. OLE color: 5243766.

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

Color convert

RGB 118 3 80 -
CMYK 0 0.97 0.32 0.54
HSL 319.83º 0.95% 0.24% -
HSV(B) 319.83º 0.97% 0.46% -
XYZ 8.95 4.5 7.99 -
YUV 46.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 118 3 80 0 0.97 0.32 0.54 319.83 0.95 0.24
Hex 76 3 50 0 61 20 36 140 5F 18
Octal 166 3 120 0 141 40 66 500 137 30
Binary 1110110 11 1010000 0 1100001 100000 110110 101000000 1011111 11000

Color Harmonies of #760350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760350

Black with #760350

Text Example


Text Example

White with #760350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760350; }

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

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

background-color css

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

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

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

border-color css

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

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

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