Html Css Color HEX #76024C Tyrian Purple

📋 copy color: '#76024C'

red 118 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #76024C

Tints of Tyrian Purple #76024C

RGB

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

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

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

R = 60.2%
G = 1.02%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76024C (or 0x76024C) is known color: Tyrian Purple. HEX triplet: 76, 02 and 4C. RGB value is (118,2,76). Sum of RGB (Red+Green+Blue) = 118+2+76=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76024C is #89FDB3. Grayscale: #2C2C2C. Windows color (decimal): -9043380 or 4981366. OLE color: 4981366.

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

Color convert

RGB 118 2 76 -
CMYK 0 0.98 0.36 0.54
HSL 321.72º 0.97% 0.24% -
HSV(B) 321.72º 0.98% 0.46% -
XYZ 8.8 4.42 7.23 -
YUV 45.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 118 2 76 0 0.98 0.36 0.54 321.72 0.97 0.24
Hex 76 2 4C 0 62 24 36 142 61 18
Octal 166 2 114 0 142 44 66 502 141 30
Binary 1110110 10 1001100 0 1100010 100100 110110 101000010 1100001 11000

Color Harmonies of #76024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76024C

Black with #76024C

Text Example


Text Example

White with #76024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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