#76024C

Color #76024C Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #76024C

Tints of Tyrian Purple #76024C

Color information

#76024C (or 0x76024C) is unknown color: approx 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

RGB118276-
CMYK00.980.360.54
HSL321.72º96.67%23.53%-
HSV(B)321.72º98.31%46.27%-
XYZ8.84.427.23-
YUV45.12145.43179.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=60.20%
G=1.02%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11827600.980.360.54321.7296.6723.53
Hex7624C06224361426118
Octal16621140142446650214130
Binary111011010100110001100010100100110110101000010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>