Html Css Color HEX #760346 Tyrian Purple

📋 copy color: '#760346'

red 118 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #760346

Tints of Tyrian Purple #760346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 61.78%
G = 1.57%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#760346 (or 0x760346) is known color: Tyrian Purple. HEX triplet: 76, 03 and 46. RGB value is (118,3,70). Sum of RGB (Red+Green+Blue) = 118+3+70=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #760346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760346 is #89FCB9. Grayscale: #2C2C2C. Windows color (decimal): -9043130 or 4588406. OLE color: 4588406.

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

Color convert

RGB 118 3 70 -
CMYK 0 0.97 0.41 0.54
HSL 325.04º 0.95% 0.24% -
HSV(B) 325.04º 0.97% 0.46% -
XYZ 8.61 4.36 6.18 -
YUV 45.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 118 3 70 0 0.97 0.41 0.54 325.04 0.95 0.24
Hex 76 3 46 0 61 29 36 145 5F 18
Octal 166 3 106 0 141 51 66 505 137 30
Binary 1110110 11 1000110 0 1100001 101001 110110 101000101 1011111 11000

Color Harmonies of #760346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760346

Black with #760346

Text Example


Text Example

White with #760346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760346; }

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

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

background-color css

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

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

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

border-color css

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

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

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