Html Css Color HEX #750C56 Tyrian Purple

📋 copy color: '#750C56'

red 117 ◦ green 12 ◦ blue 86

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

Shades of Tyrian Purple #750C56

Tints of Tyrian Purple #750C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40%

R = 54.42%
G = 5.58%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#750C56 (or 0x750C56) is known color: Tyrian Purple. HEX triplet: 75, 0C and 56. RGB value is (117,12,86). Sum of RGB (Red+Green+Blue) = 117+12+86=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #750C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C56 is #8AF3A9. Grayscale: #333333. Windows color (decimal): -9106346 or 5639285. OLE color: 5639285.

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

Color convert

RGB 117 12 86 -
CMYK 0 0.90 0.26 0.54
HSL 317.71º 0.81% 0.25% -
HSV(B) 317.71º 0.9% 0.46% -
XYZ 9.15 4.72 9.23 -
YUV 51.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 117 12 86 0 0.90 0.26 0.54 317.71 0.81 0.25
Hex 75 C 56 0 5A 1A 36 13E 51 19
Octal 165 14 126 0 132 32 66 476 121 31
Binary 1110101 1100 1010110 0 1011010 11010 110110 100111110 1010001 11001

Color Harmonies of #750C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C56

Black with #750C56

Text Example


Text Example

White with #750C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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