#76023A

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

Shades of Tyrian Purple #76023A

Tints of Tyrian Purple #76023A

Color information

#76023A (or 0x76023A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 3A. RGB value is (118,2,58). Sum of RGB (Red+Green+Blue) = 118+2+58=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023A is #89FDC5. Grayscale: #2A2A2A. Windows color (decimal): -9043398 or 3801718. OLE color: 3801718.

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

Color convert

RGB118258-
CMYK00.980.510.54
HSL331.03º96.67%23.53%-
HSV(B)331.03º98.31%46.27%-
XYZ8.264.24.38-
YUV43.07136.43181.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=66.29%
G=1.12%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11825800.980.510.54331.0396.6723.53
Hex7623A062333614b6118
Octal1662720142636651314130
Binary11101101011101001100010110011110110101001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76023A;
 }
 .AnyTagClassName
 {
   color: #76023A;
 }
</style>
background-color css

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

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

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

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

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

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