Html Css Color HEX #760947 Tyrian Purple

📋 copy color: '#760947'

red 118 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #760947

Tints of Tyrian Purple #760947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 59.6%
G = 4.55%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#760947 (or 0x760947) is known color: Tyrian Purple. HEX triplet: 76, 09 and 47. RGB value is (118,9,71). Sum of RGB (Red+Green+Blue) = 118+9+71=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #760947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760947 is #89F6B8. Grayscale: #303030. Windows color (decimal): -9041593 or 4655478. OLE color: 4655478.

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

Color convert

RGB 118 9 71 -
CMYK 0 0.92 0.40 0.54
HSL 325.87º 0.86% 0.25% -
HSV(B) 325.87º 0.92% 0.46% -
XYZ 8.71 4.5 6.37 -
YUV 48.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 118 9 71 0 0.92 0.40 0.54 325.87 0.86 0.25
Hex 76 9 47 0 5C 28 36 146 56 19
Octal 166 11 107 0 134 50 66 506 126 31
Binary 1110110 1001 1000111 0 1011100 101000 110110 101000110 1010110 11001

Color Harmonies of #760947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760947

Black with #760947

Text Example


Text Example

White with #760947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760947; }

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

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

background-color css

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

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

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

border-color css

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

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

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