Html Css Color HEX #76064C Tyrian Purple

📋 copy color: '#76064C'

red 118 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #76064C

Tints of Tyrian Purple #76064C

RGB

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

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

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

R = 59%
G = 3%
B = 38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76064C (or 0x76064C) is known color: Tyrian Purple. HEX triplet: 76, 06 and 4C. RGB value is (118,6,76). Sum of RGB (Red+Green+Blue) = 118+6+76=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76064C is #89F9B3. Grayscale: #2F2F2F. Windows color (decimal): -9042356 or 4982390. OLE color: 4982390.

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

Color convert

RGB 118 6 76 -
CMYK 0 0.95 0.36 0.54
HSL 322.5º 0.9% 0.24% -
HSV(B) 322.5º 0.95% 0.46% -
XYZ 8.84 4.5 7.24 -
YUV 47.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 118 6 76 0 0.95 0.36 0.54 322.5 0.9 0.24
Hex 76 6 4C 0 5F 24 36 142 5A 18
Octal 166 6 114 0 137 44 66 502 132 30
Binary 1110110 110 1001100 0 1011111 100100 110110 101000010 1011010 11000

Color Harmonies of #76064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76064C

Black with #76064C

Text Example


Text Example

White with #76064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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