Html Css Color HEX #760756 Tyrian Purple

📋 copy color: '#760756'

red 118 ◦ green 7 ◦ blue 86

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

Shades of Tyrian Purple #760756

Tints of Tyrian Purple #760756

RGB

 RED value IS 118 (46.48% from 255) = 55.92%

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 55.92%
G = 3.32%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#760756 (or 0x760756) is known color: Tyrian Purple. HEX triplet: 76, 07 and 56. RGB value is (118,7,86). Sum of RGB (Red+Green+Blue) = 118+7+86=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #760756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760756 is #89F8A9. Grayscale: #303030. Windows color (decimal): -9042090 or 5638006. OLE color: 5638006.

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

Color convert

RGB 118 7 86 -
CMYK 0 0.94 0.27 0.54
HSL 317.3º 0.89% 0.25% -
HSV(B) 317.3º 0.94% 0.46% -
XYZ 9.23 4.68 9.22 -
YUV 49.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 118 7 86 0 0.94 0.27 0.54 317.3 0.89 0.25
Hex 76 7 56 0 5E 1B 36 13D 59 19
Octal 166 7 126 0 136 33 66 475 131 31
Binary 1110110 111 1010110 0 1011110 11011 110110 100111101 1011001 11001

Color Harmonies of #760756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760756

Black with #760756

Text Example


Text Example

White with #760756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760756; }

 p { color: rgb(118,7,86); }

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

background-color css

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

 a { background-color: rgb(118,7,86); }

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

border-color css

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

 span { border-color: rgb(118,7,86); }

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