Html Css Color HEX #750C50 Tyrian Purple

📋 copy color: '#750C50'

red 117 ◦ green 12 ◦ blue 80

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

Shades of Tyrian Purple #750C50

Tints of Tyrian Purple #750C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 55.98%
G = 5.74%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#750C50 (or 0x750C50) is known color: Tyrian Purple. HEX triplet: 75, 0C and 50. RGB value is (117,12,80). Sum of RGB (Red+Green+Blue) = 117+12+80=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C50 is #8AF3AF. Grayscale: #323232. Windows color (decimal): -9106352 or 5246069. OLE color: 5246069.

HSL color Cylindrical-coordinate representation of color #750C50: hue angle of 321.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C50 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 80 -
CMYK 0 0.90 0.32 0.54
HSL 321.14º 0.81% 0.25% -
HSV(B) 321.14º 0.9% 0.46% -
XYZ 8.92 4.62 8.01 -
YUV 51.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 117 12 80 0 0.90 0.32 0.54 321.14 0.81 0.25
Hex 75 C 50 0 5A 20 36 141 51 19
Octal 165 14 120 0 132 40 66 501 121 31
Binary 1110101 1100 1010000 0 1011010 100000 110110 101000001 1010001 11001

Color Harmonies of #750C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C50

Black with #750C50

Text Example


Text Example

White with #750C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,80); }

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

background-color css

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

 a { background-color: rgb(117,12,80); }

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

border-color css

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

 span { border-color: rgb(117,12,80); }

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