Html Css Color HEX #750149 Tyrian Purple

📋 copy color: '#750149'

red 117 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #750149

Tints of Tyrian Purple #750149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 61.26%
G = 0.52%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#750149 (or 0x750149) is known color: Tyrian Purple. HEX triplet: 75, 01 and 49. RGB value is (117,1,73). Sum of RGB (Red+Green+Blue) = 117+1+73=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #750149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750149 is #8AFEB6. Grayscale: #2B2B2B. Windows color (decimal): -9109175 or 4784501. OLE color: 4784501.

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

Color convert

RGB 117 1 73 -
CMYK 0 0.99 0.38 0.54
HSL 322.76º 0.98% 0.23% -
HSV(B) 322.76º 0.99% 0.46% -
XYZ 8.55 4.28 6.68 -
YUV 43.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 117 1 73 0 0.99 0.38 0.54 322.76 0.98 0.23
Hex 75 1 49 0 63 26 36 143 62 17
Octal 165 1 111 0 143 46 66 503 142 27
Binary 1110101 1 1001001 0 1100011 100110 110110 101000011 1100010 10111

Color Harmonies of #750149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750149

Black with #750149

Text Example


Text Example

White with #750149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750149; }

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

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

background-color css

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

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

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

border-color css

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

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

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