Html Css Color HEX #750C4A Tyrian Purple

📋 copy color: '#750C4A'

red 117 ◦ green 12 ◦ blue 74

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

Shades of Tyrian Purple #750C4A

Tints of Tyrian Purple #750C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 57.64%
G = 5.91%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#750C4A (or 0x750C4A) is known color: Tyrian Purple. HEX triplet: 75, 0C and 4A. RGB value is (117,12,74). Sum of RGB (Red+Green+Blue) = 117+12+74=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C4A is #8AF3B5. Grayscale: #323232. Windows color (decimal): -9106358 or 4852853. OLE color: 4852853.

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

Color convert

RGB 117 12 74 -
CMYK 0 0.90 0.37 0.54
HSL 324.57º 0.81% 0.25% -
HSV(B) 324.57º 0.9% 0.46% -
XYZ 8.7 4.54 6.9 -
YUV 50.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 117 12 74 0 0.90 0.37 0.54 324.57 0.81 0.25
Hex 75 C 4A 0 5A 25 36 145 51 19
Octal 165 14 112 0 132 45 66 505 121 31
Binary 1110101 1100 1001010 0 1011010 100101 110110 101000101 1010001 11001

Color Harmonies of #750C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C4A

Black with #750C4A

Text Example


Text Example

White with #750C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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