Html Css Color HEX #750551 Tyrian Purple

📋 copy color: '#750551'

red 117 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #750551

Tints of Tyrian Purple #750551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 57.64%
G = 2.46%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#750551 (or 0x750551) is known color: Tyrian Purple. HEX triplet: 75, 05 and 51. RGB value is (117,5,81). Sum of RGB (Red+Green+Blue) = 117+5+81=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750551 is #8AFAAE. Grayscale: #2E2E2E. Windows color (decimal): -9108143 or 5309813. OLE color: 5309813.

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

Color convert

RGB 117 5 81 -
CMYK 0 0.96 0.31 0.54
HSL 319.29º 0.92% 0.24% -
HSV(B) 319.29º 0.96% 0.46% -
XYZ 8.88 4.48 8.18 -
YUV 47.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 117 5 81 0 0.96 0.31 0.54 319.29 0.92 0.24
Hex 75 5 51 0 60 1F 36 13F 5C 18
Octal 165 5 121 0 140 37 66 477 134 30
Binary 1110101 101 1010001 0 1100000 11111 110110 100111111 1011100 11000

Color Harmonies of #750551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750551

Black with #750551

Text Example


Text Example

White with #750551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750551; }

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

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

background-color css

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

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

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

border-color css

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

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

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