Html Css Color HEX #760956 Tyrian Purple

📋 copy color: '#760956'

red 118 ◦ green 9 ◦ blue 86

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

Shades of Tyrian Purple #760956

Tints of Tyrian Purple #760956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 55.4%
G = 4.23%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#760956 (or 0x760956) is known color: Tyrian Purple. HEX triplet: 76, 09 and 56. RGB value is (118,9,86). Sum of RGB (Red+Green+Blue) = 118+9+86=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #760956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760956 is #89F6A9. Grayscale: #323232. Windows color (decimal): -9041578 or 5638518. OLE color: 5638518.

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

Color convert

RGB 118 9 86 -
CMYK 0 0.92 0.27 0.54
HSL 317.61º 0.86% 0.25% -
HSV(B) 317.61º 0.92% 0.46% -
XYZ 9.25 4.72 9.23 -
YUV 50.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 118 9 86 0 0.92 0.27 0.54 317.61 0.86 0.25
Hex 76 9 56 0 5C 1B 36 13E 56 19
Octal 166 11 126 0 134 33 66 476 126 31
Binary 1110110 1001 1010110 0 1011100 11011 110110 100111110 1010110 11001

Color Harmonies of #760956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760956

Black with #760956

Text Example


Text Example

White with #760956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760956; }

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

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

background-color css

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

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

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

border-color css

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

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

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