Html Css Color HEX #750550 Tyrian Purple

📋 copy color: '#750550'

red 117 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #750550

Tints of Tyrian Purple #750550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 57.92%
G = 2.48%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#750550 (or 0x750550) is known color: Tyrian Purple. HEX triplet: 75, 05 and 50. RGB value is (117,5,80). Sum of RGB (Red+Green+Blue) = 117+5+80=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750550 is #8AFAAF. Grayscale: #2E2E2E. Windows color (decimal): -9108144 or 5244277. OLE color: 5244277.

HSL color Cylindrical-coordinate representation of color #750550: hue angle of 319.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750550 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 80 -
CMYK 0 0.96 0.32 0.54
HSL 319.82º 0.92% 0.24% -
HSV(B) 319.82º 0.96% 0.46% -
XYZ 8.84 4.47 7.99 -
YUV 47.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 117 5 80 0 0.96 0.32 0.54 319.82 0.92 0.24
Hex 75 5 50 0 60 20 36 140 5C 18
Octal 165 5 120 0 140 40 66 500 134 30
Binary 1110101 101 1010000 0 1100000 100000 110110 101000000 1011100 11000

Color Harmonies of #750550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750550

Black with #750550

Text Example


Text Example

White with #750550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750550; }

 p { color: rgb(117,5,80); }

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

background-color css

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

 a { background-color: rgb(117,5,80); }

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

border-color css

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

 span { border-color: rgb(117,5,80); }

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