Html Css Color HEX #750147 Tyrian Purple

📋 copy color: '#750147'

red 117 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #750147

Tints of Tyrian Purple #750147

RGB

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

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

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

R = 61.9%
G = 0.53%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#750147 (or 0x750147) is known color: Tyrian Purple. HEX triplet: 75, 01 and 47. RGB value is (117,1,71). Sum of RGB (Red+Green+Blue) = 117+1+71=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750147 is #8AFEB8. Grayscale: #2B2B2B. Windows color (decimal): -9109177 or 4653429. OLE color: 4653429.

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

Color convert

RGB 117 1 71 -
CMYK 0 0.99 0.39 0.54
HSL 323.79º 0.98% 0.23% -
HSV(B) 323.79º 0.99% 0.46% -
XYZ 8.48 4.26 6.34 -
YUV 43.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 117 1 71 0 0.99 0.39 0.54 323.79 0.98 0.23
Hex 75 1 47 0 63 27 36 144 62 17
Octal 165 1 107 0 143 47 66 504 142 27
Binary 1110101 1 1000111 0 1100011 100111 110110 101000100 1100010 10111

Color Harmonies of #750147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750147

Black with #750147

Text Example


Text Example

White with #750147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750147; }

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

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

background-color css

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

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

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

border-color css

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

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

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