Html Css Color HEX #750049 Tyrian Purple

📋 copy color: '#750049'

red 117 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #750049

Tints of Tyrian Purple #750049

RGB

 RED value IS 117 (46.09% from 255) = 61.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 61.58%
G = 0%
B = 38.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#750049 (or 0x750049) is known color: Tyrian Purple. HEX triplet: 75, 00 and 49. RGB value is (117,0,73). Sum of RGB (Red+Green+Blue) = 117+0+73=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750049 is #8AFFB6. Grayscale: #2B2B2B. Windows color (decimal): -9109431 or 4784245. OLE color: 4784245.

HSL color Cylindrical-coordinate representation of color #750049: hue angle of 322.56º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750049 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 73 -
CMYK 0 1 0.38 0.54
HSL 322.56º 1% 0.23% -
HSV(B) 322.56º 1% 0.46% -
XYZ 8.54 4.26 6.68 -
YUV 43.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 117 0 73 0 1 0.38 0.54 322.56 1 0.23
Hex 75 0 49 0 64 26 36 143 64 17
Octal 165 0 111 0 144 46 66 503 144 27
Binary 1110101 0 1001001 0 1100100 100110 110110 101000011 1100100 10111

Color Harmonies of #750049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750049

Black with #750049

Text Example


Text Example

White with #750049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750049; }

 p { color: rgb(117,0,73); }

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

background-color css

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

 a { background-color: rgb(117,0,73); }

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

border-color css

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

 span { border-color: rgb(117,0,73); }

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