Html Css Color HEX #750656 Tyrian Purple

📋 copy color: '#750656'

red 117 ◦ green 6 ◦ blue 86

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

Shades of Tyrian Purple #750656

Tints of Tyrian Purple #750656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 55.98%
G = 2.87%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#750656 (or 0x750656) is known color: Tyrian Purple. HEX triplet: 75, 06 and 56. RGB value is (117,6,86). Sum of RGB (Red+Green+Blue) = 117+6+86=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750656 is #8AF9A9. Grayscale: #303030. Windows color (decimal): -9107882 or 5637749. OLE color: 5637749.

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

Color convert

RGB 117 6 86 -
CMYK 0 0.95 0.26 0.54
HSL 316.76º 0.9% 0.24% -
HSV(B) 316.76º 0.95% 0.46% -
XYZ 9.08 4.58 9.21 -
YUV 48.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 117 6 86 0 0.95 0.26 0.54 316.76 0.9 0.24
Hex 75 6 56 0 5F 1A 36 13D 5A 18
Octal 165 6 126 0 137 32 66 475 132 30
Binary 1110101 110 1010110 0 1011111 11010 110110 100111101 1011010 11000

Color Harmonies of #750656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750656

Black with #750656

Text Example


Text Example

White with #750656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750656; }

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

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

background-color css

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

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

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

border-color css

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

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

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