Html Css Color HEX #750C4D Tyrian Purple

📋 copy color: '#750C4D'

red 117 ◦ green 12 ◦ blue 77

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

Shades of Tyrian Purple #750C4D

Tints of Tyrian Purple #750C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 56.8%
G = 5.83%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#750C4D (or 0x750C4D) is known color: Tyrian Purple. HEX triplet: 75, 0C and 4D. RGB value is (117,12,77). Sum of RGB (Red+Green+Blue) = 117+12+77=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C4D is #8AF3B2. Grayscale: #323232. Windows color (decimal): -9106355 or 5049461. OLE color: 5049461.

HSL color Cylindrical-coordinate representation of color #750C4D: hue angle of 322.86º 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 #750C4D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 77 -
CMYK 0 0.90 0.34 0.54
HSL 322.86º 0.81% 0.25% -
HSV(B) 322.86º 0.9% 0.46% -
XYZ 8.81 4.58 7.44 -
YUV 50.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 117 12 77 0 0.90 0.34 0.54 322.86 0.81 0.25
Hex 75 C 4D 0 5A 22 36 143 51 19
Octal 165 14 115 0 132 42 66 503 121 31
Binary 1110101 1100 1001101 0 1011010 100010 110110 101000011 1010001 11001

Color Harmonies of #750C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C4D

Black with #750C4D

Text Example


Text Example

White with #750C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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