Html Css Color HEX #76024F Tyrian Purple

📋 copy color: '#76024F'

red 118 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #76024F

Tints of Tyrian Purple #76024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 59.3%
G = 1.01%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76024F (or 0x76024F) is known color: Tyrian Purple. HEX triplet: 76, 02 and 4F. RGB value is (118,2,79). Sum of RGB (Red+Green+Blue) = 118+2+79=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76024F is #89FDB0. Grayscale: #2D2D2D. Windows color (decimal): -9043377 or 5177974. OLE color: 5177974.

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

Color convert

RGB 118 2 79 -
CMYK 0 0.98 0.33 0.54
HSL 320.17º 0.97% 0.24% -
HSV(B) 320.17º 0.98% 0.46% -
XYZ 8.9 4.46 7.79 -
YUV 45.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 118 2 79 0 0.98 0.33 0.54 320.17 0.97 0.24
Hex 76 2 4F 0 62 21 36 140 61 18
Octal 166 2 117 0 142 41 66 500 141 30
Binary 1110110 10 1001111 0 1100010 100001 110110 101000000 1100001 11000

Color Harmonies of #76024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76024F

Black with #76024F

Text Example


Text Example

White with #76024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76024F; }

 p { color: rgb(118,2,79); }

 H1.HeaderClassName
 {
   color: #76024F;
 }
 .AnyTagClassName
 {
   color: #76024F;
 }
</style>

background-color css

<style>
 a { background-color: #76024F; }

 a { background-color: rgb(118,2,79); }

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

border-color css

<style>
 span { border-color: #76024F; }

 span { border-color: rgb(118,2,79); }

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