Html Css Color HEX #750349 Tyrian Purple

📋 copy color: '#750349'

red 117 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #750349

Tints of Tyrian Purple #750349

RGB

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

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

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

R = 60.62%
G = 1.55%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#750349 (or 0x750349) is known color: Tyrian Purple. HEX triplet: 75, 03 and 49. RGB value is (117,3,73). Sum of RGB (Red+Green+Blue) = 117+3+73=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #750349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750349 is #8AFCB6. Grayscale: #2C2C2C. Windows color (decimal): -9108663 or 4785013. OLE color: 4785013.

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

Color convert

RGB 117 3 73 -
CMYK 0 0.97 0.38 0.54
HSL 323.16º 0.95% 0.24% -
HSV(B) 323.16º 0.97% 0.46% -
XYZ 8.57 4.33 6.69 -
YUV 45.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 117 3 73 0 0.97 0.38 0.54 323.16 0.95 0.24
Hex 75 3 49 0 61 26 36 143 5F 18
Octal 165 3 111 0 141 46 66 503 137 30
Binary 1110101 11 1001001 0 1100001 100110 110110 101000011 1011111 11000

Color Harmonies of #750349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750349

Black with #750349

Text Example


Text Example

White with #750349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750349; }

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

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

background-color css

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

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

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

border-color css

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

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

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