Html Css Color HEX #760336 Tyrian Purple

📋 copy color: '#760336'

red 118 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #760336

Tints of Tyrian Purple #760336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 67.43%
G = 1.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#760336 (or 0x760336) is known color: Tyrian Purple. HEX triplet: 76, 03 and 36. RGB value is (118,3,54). Sum of RGB (Red+Green+Blue) = 118+3+54=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760336 is #89FCC9. Grayscale: #2B2B2B. Windows color (decimal): -9043146 or 3539830. OLE color: 3539830.

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

Color convert

RGB 118 3 54 -
CMYK 0 0.97 0.54 0.54
HSL 333.39º 0.95% 0.24% -
HSV(B) 333.39º 0.97% 0.46% -
XYZ 8.17 4.18 3.87 -
YUV 43.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 118 3 54 0 0.97 0.54 0.54 333.39 0.95 0.24
Hex 76 3 36 0 61 36 36 14D 5F 18
Octal 166 3 66 0 141 66 66 515 137 30
Binary 1110110 11 110110 0 1100001 110110 110110 101001101 1011111 11000

Color Harmonies of #760336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760336

Black with #760336

Text Example


Text Example

White with #760336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760336; }

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

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

background-color css

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

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

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

border-color css

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

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

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