Html Css Color HEX #750047 Tyrian Purple

📋 copy color: '#750047'

red 117 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #750047

Tints of Tyrian Purple #750047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.23%
G = 0%
B = 37.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#750047 (or 0x750047) is known color: Tyrian Purple. HEX triplet: 75, 00 and 47. RGB value is (117,0,71). Sum of RGB (Red+Green+Blue) = 117+0+71=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750047 is #8AFFB8. Grayscale: #2A2A2A. Windows color (decimal): -9109433 or 4653173. OLE color: 4653173.

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

Color convert

RGB 117 0 71 -
CMYK 0 1 0.39 0.54
HSL 323.59º 1% 0.23% -
HSV(B) 323.59º 1% 0.46% -
XYZ 8.47 4.24 6.33 -
YUV 43.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 117 0 71 0 1 0.39 0.54 323.59 1 0.23
Hex 75 0 47 0 64 27 36 144 64 17
Octal 165 0 107 0 144 47 66 504 144 27
Binary 1110101 0 1000111 0 1100100 100111 110110 101000100 1100100 10111

Color Harmonies of #750047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750047

Black with #750047

Text Example


Text Example

White with #750047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750047; }

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

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

background-color css

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

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

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

border-color css

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

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

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