Html Css Color HEX #760954 Tyrian Purple

📋 copy color: '#760954'

red 118 ◦ green 9 ◦ blue 84

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

Shades of Tyrian Purple #760954

Tints of Tyrian Purple #760954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 55.92%
G = 4.27%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#760954 (or 0x760954) is known color: Tyrian Purple. HEX triplet: 76, 09 and 54. RGB value is (118,9,84). Sum of RGB (Red+Green+Blue) = 118+9+84=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #760954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760954 is #89F6AB. Grayscale: #313131. Windows color (decimal): -9041580 or 5507446. OLE color: 5507446.

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

Color convert

RGB 118 9 84 -
CMYK 0 0.92 0.29 0.54
HSL 318.72º 0.86% 0.25% -
HSV(B) 318.72º 0.92% 0.46% -
XYZ 9.17 4.69 8.81 -
YUV 50.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 118 9 84 0 0.92 0.29 0.54 318.72 0.86 0.25
Hex 76 9 54 0 5C 1D 36 13F 56 19
Octal 166 11 124 0 134 35 66 477 126 31
Binary 1110110 1001 1010100 0 1011100 11101 110110 100111111 1010110 11001

Color Harmonies of #760954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760954

Black with #760954

Text Example


Text Example

White with #760954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760954; }

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

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

background-color css

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

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

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

border-color css

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

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

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