Html Css Color HEX #750747 Tyrian Purple

📋 copy color: '#750747'

red 117 ◦ green 7 ◦ blue 71

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

Shades of Tyrian Purple #750747

Tints of Tyrian Purple #750747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 60%
G = 3.59%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#750747 (or 0x750747) is known color: Tyrian Purple. HEX triplet: 75, 07 and 47. RGB value is (117,7,71). Sum of RGB (Red+Green+Blue) = 117+7+71=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #750747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750747 is #8AF8B8. Grayscale: #2F2F2F. Windows color (decimal): -9107641 or 4654965. OLE color: 4654965.

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

Color convert

RGB 117 7 71 -
CMYK 0 0.94 0.39 0.54
HSL 325.09º 0.89% 0.24% -
HSV(B) 325.09º 0.94% 0.46% -
XYZ 8.55 4.39 6.36 -
YUV 47.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 117 7 71 0 0.94 0.39 0.54 325.09 0.89 0.24
Hex 75 7 47 0 5E 27 36 145 59 18
Octal 165 7 107 0 136 47 66 505 131 30
Binary 1110101 111 1000111 0 1011110 100111 110110 101000101 1011001 11000

Color Harmonies of #750747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750747

Black with #750747

Text Example


Text Example

White with #750747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750747; }

 p { color: rgb(117,7,71); }

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

background-color css

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

 a { background-color: rgb(117,7,71); }

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

border-color css

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

 span { border-color: rgb(117,7,71); }

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