Html Css Color HEX #760D45 Tyrian Purple

📋 copy color: '#760D45'

red 118 ◦ green 13 ◦ blue 69

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

Shades of Tyrian Purple #760D45

Tints of Tyrian Purple #760D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 59%
G = 6.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#760D45 (or 0x760D45) is known color: Tyrian Purple. HEX triplet: 76, 0D and 45. RGB value is (118,13,69). Sum of RGB (Red+Green+Blue) = 118+13+69=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D45 is #89F2BA. Grayscale: #323232. Windows color (decimal): -9040571 or 4525430. OLE color: 4525430.

HSL color Cylindrical-coordinate representation of color #760D45: hue angle of 328º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D45 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 69 -
CMYK 0 0.89 0.42 0.54
HSL 328º 0.8% 0.26% -
HSV(B) 328º 0.89% 0.46% -
XYZ 8.69 4.57 6.05 -
YUV 50.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 118 13 69 0 0.89 0.42 0.54 328 0.8 0.26
Hex 76 D 45 0 59 2A 36 148 50 1A
Octal 166 15 105 0 131 52 66 510 120 32
Binary 1110110 1101 1000101 0 1011001 101010 110110 101001000 1010000 11010

Color Harmonies of #760D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D45

Black with #760D45

Text Example


Text Example

White with #760D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D45; }

 p { color: rgb(118,13,69); }

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

background-color css

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

 a { background-color: rgb(118,13,69); }

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

border-color css

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

 span { border-color: rgb(118,13,69); }

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