Html Css Color HEX #76064A Tyrian Purple

📋 copy color: '#76064A'

red 118 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #76064A

Tints of Tyrian Purple #76064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 59.6%
G = 3.03%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76064A (or 0x76064A) is known color: Tyrian Purple. HEX triplet: 76, 06 and 4A. RGB value is (118,6,74). Sum of RGB (Red+Green+Blue) = 118+6+74=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76064A is #89F9B5. Grayscale: #2F2F2F. Windows color (decimal): -9042358 or 4851318. OLE color: 4851318.

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

Color convert

RGB 118 6 74 -
CMYK 0 0.95 0.37 0.54
HSL 323.57º 0.9% 0.24% -
HSV(B) 323.57º 0.95% 0.46% -
XYZ 8.77 4.48 6.88 -
YUV 47.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 118 6 74 0 0.95 0.37 0.54 323.57 0.9 0.24
Hex 76 6 4A 0 5F 25 36 144 5A 18
Octal 166 6 112 0 137 45 66 504 132 30
Binary 1110110 110 1001010 0 1011111 100101 110110 101000100 1011010 11000

Color Harmonies of #76064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76064A

Black with #76064A

Text Example


Text Example

White with #76064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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