Html Css Color HEX #750D47 Tyrian Purple

📋 copy color: '#750D47'

red 117 ◦ green 13 ◦ blue 71

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

Shades of Tyrian Purple #750D47

Tints of Tyrian Purple #750D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

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

R = 58.21%
G = 6.47%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#750D47 (or 0x750D47) is known color: Tyrian Purple. HEX triplet: 75, 0D and 47. RGB value is (117,13,71). Sum of RGB (Red+Green+Blue) = 117+13+71=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D47 is #8AF2B8. Grayscale: #323232. Windows color (decimal): -9106105 or 4656501. OLE color: 4656501.

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

Color convert

RGB 117 13 71 -
CMYK 0 0.89 0.39 0.54
HSL 326.54º 0.8% 0.25% -
HSV(B) 326.54º 0.89% 0.46% -
XYZ 8.62 4.52 6.38 -
YUV 50.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 117 13 71 0 0.89 0.39 0.54 326.54 0.8 0.25
Hex 75 D 47 0 59 27 36 147 50 19
Octal 165 15 107 0 131 47 66 507 120 31
Binary 1110101 1101 1000111 0 1011001 100111 110110 101000111 1010000 11001

Color Harmonies of #750D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D47

Black with #750D47

Text Example


Text Example

White with #750D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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