Html Css Color HEX #76094C Tyrian Purple

📋 copy color: '#76094C'

red 118 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #76094C

Tints of Tyrian Purple #76094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 58.13%
G = 4.43%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76094C (or 0x76094C) is known color: Tyrian Purple. HEX triplet: 76, 09 and 4C. RGB value is (118,9,76). Sum of RGB (Red+Green+Blue) = 118+9+76=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76094C is #89F6B3. Grayscale: #313131. Windows color (decimal): -9041588 or 4983158. OLE color: 4983158.

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

Color convert

RGB 118 9 76 -
CMYK 0 0.92 0.36 0.54
HSL 323.12º 0.86% 0.25% -
HSV(B) 323.12º 0.92% 0.46% -
XYZ 8.87 4.57 7.25 -
YUV 49.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 118 9 76 0 0.92 0.36 0.54 323.12 0.86 0.25
Hex 76 9 4C 0 5C 24 36 143 56 19
Octal 166 11 114 0 134 44 66 503 126 31
Binary 1110110 1001 1001100 0 1011100 100100 110110 101000011 1010110 11001

Color Harmonies of #76094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76094C

Black with #76094C

Text Example


Text Example

White with #76094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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