Html Css Color HEX #760656 Tyrian Purple

📋 copy color: '#760656'

red 118 ◦ green 6 ◦ blue 86

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

Shades of Tyrian Purple #760656

Tints of Tyrian Purple #760656

RGB

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

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

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

R = 56.19%
G = 2.86%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#760656 (or 0x760656) is known color: Tyrian Purple. HEX triplet: 76, 06 and 56. RGB value is (118,6,86). Sum of RGB (Red+Green+Blue) = 118+6+86=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #760656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760656 is #89F9A9. Grayscale: #303030. Windows color (decimal): -9042346 or 5637750. OLE color: 5637750.

HSL color Cylindrical-coordinate representation of color #760656: hue angle of 317.14º 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 #760656 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 86 -
CMYK 0 0.95 0.27 0.54
HSL 317.14º 0.9% 0.24% -
HSV(B) 317.14º 0.95% 0.46% -
XYZ 9.22 4.65 9.22 -
YUV 48.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 118 6 86 0 0.95 0.27 0.54 317.14 0.9 0.24
Hex 76 6 56 0 5F 1B 36 13D 5A 18
Octal 166 6 126 0 137 33 66 475 132 30
Binary 1110110 110 1010110 0 1011111 11011 110110 100111101 1011010 11000

Color Harmonies of #760656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760656

Black with #760656

Text Example


Text Example

White with #760656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760656; }

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

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

background-color css

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

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

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

border-color css

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

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

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