Html Css Color HEX #750856 Tyrian Purple

📋 copy color: '#750856'

red 117 ◦ green 8 ◦ blue 86

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

Shades of Tyrian Purple #750856

Tints of Tyrian Purple #750856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 55.45%
G = 3.79%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#750856 (or 0x750856) is known color: Tyrian Purple. HEX triplet: 75, 08 and 56. RGB value is (117,8,86). Sum of RGB (Red+Green+Blue) = 117+8+86=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #750856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750856 is #8AF7A9. Grayscale: #313131. Windows color (decimal): -9107370 or 5638261. OLE color: 5638261.

HSL color Cylindrical-coordinate representation of color #750856: hue angle of 317.06º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750856 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 86 -
CMYK 0 0.93 0.26 0.54
HSL 317.06º 0.87% 0.25% -
HSV(B) 317.06º 0.93% 0.46% -
XYZ 9.1 4.63 9.22 -
YUV 49.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 117 8 86 0 0.93 0.26 0.54 317.06 0.87 0.25
Hex 75 8 56 0 5D 1A 36 13D 57 19
Octal 165 10 126 0 135 32 66 475 127 31
Binary 1110101 1000 1010110 0 1011101 11010 110110 100111101 1010111 11001

Color Harmonies of #750856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750856

Black with #750856

Text Example


Text Example

White with #750856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750856; }

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

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

background-color css

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

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

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

border-color css

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

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

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