Html Css Color HEX #750249 Tyrian Purple

📋 copy color: '#750249'

red 117 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #750249

Tints of Tyrian Purple #750249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 60.94%
G = 1.04%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#750249 (or 0x750249) is known color: Tyrian Purple. HEX triplet: 75, 02 and 49. RGB value is (117,2,73). Sum of RGB (Red+Green+Blue) = 117+2+73=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #750249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750249 is #8AFDB6. Grayscale: #2C2C2C. Windows color (decimal): -9108919 or 4784757. OLE color: 4784757.

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

Color convert

RGB 117 2 73 -
CMYK 0 0.98 0.38 0.54
HSL 322.96º 0.97% 0.23% -
HSV(B) 322.96º 0.98% 0.46% -
XYZ 8.56 4.31 6.68 -
YUV 44.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 117 2 73 0 0.98 0.38 0.54 322.96 0.97 0.23
Hex 75 2 49 0 62 26 36 143 61 17
Octal 165 2 111 0 142 46 66 503 141 27
Binary 1110101 10 1001001 0 1100010 100110 110110 101000011 1100001 10111

Color Harmonies of #750249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750249

Black with #750249

Text Example


Text Example

White with #750249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750249; }

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

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

background-color css

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

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

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

border-color css

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

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

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