Html Css Color HEX #76005A Tyrian Purple

📋 copy color: '#76005A'

red 118 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #76005A

Tints of Tyrian Purple #76005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 56.73%
G = 0%
B = 43.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76005A (or 0x76005A) is known color: Tyrian Purple. HEX triplet: 76, 00 and 5A. RGB value is (118,0,90). Sum of RGB (Red+Green+Blue) = 118+0+90=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #76005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76005A is #89FFA5. Grayscale: #2D2D2D. Windows color (decimal): -9043878 or 5898358. OLE color: 5898358.

HSL color Cylindrical-coordinate representation of color #76005A: hue angle of 314.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76005A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 90 -
CMYK 0 1 0.24 0.54
HSL 314.24º 1% 0.23% -
HSV(B) 314.24º 1% 0.46% -
XYZ 9.32 4.59 10.07 -
YUV 45.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 118 0 90 0 1 0.24 0.54 314.24 1 0.23
Hex 76 0 5A 0 64 18 36 13A 64 17
Octal 166 0 132 0 144 30 66 472 144 27
Binary 1110110 0 1011010 0 1100100 11000 110110 100111010 1100100 10111

Color Harmonies of #76005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76005A

Black with #76005A

Text Example


Text Example

White with #76005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,0,90); }

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

background-color css

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

 a { background-color: rgb(118,0,90); }

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

border-color css

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

 span { border-color: rgb(118,0,90); }

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