Html Css Color HEX #76015A Tyrian Purple

📋 copy color: '#76015A'

red 118 ◦ green 1 ◦ blue 90

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

Shades of Tyrian Purple #76015A

Tints of Tyrian Purple #76015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 56.46%
G = 0.48%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76015A (or 0x76015A) is known color: Tyrian Purple. HEX triplet: 76, 01 and 5A. RGB value is (118,1,90). Sum of RGB (Red+Green+Blue) = 118+1+90=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #76015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015A is #89FEA5. Grayscale: #2D2D2D. Windows color (decimal): -9043622 or 5898614. OLE color: 5898614.

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

Color convert

RGB 118 1 90 -
CMYK 0 0.99 0.24 0.54
HSL 314.36º 0.98% 0.23% -
HSV(B) 314.36º 0.99% 0.46% -
XYZ 9.33 4.61 10.07 -
YUV 46.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 118 1 90 0 0.99 0.24 0.54 314.36 0.98 0.23
Hex 76 1 5A 0 63 18 36 13A 62 17
Octal 166 1 132 0 143 30 66 472 142 27
Binary 1110110 1 1011010 0 1100011 11000 110110 100111010 1100010 10111

Color Harmonies of #76015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76015A

Black with #76015A

Text Example


Text Example

White with #76015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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