#73064C

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

Shades of Tyrian Purple #73064C

Tints of Tyrian Purple #73064C

Color information

#73064C (or 0x73064C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 4C. RGB value is (115,6,76). Sum of RGB (Red+Green+Blue) = 115+6+76=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73064C is #8CF9B3. Grayscale: #2E2E2E. Windows color (decimal): -9238964 or 4982387. OLE color: 4982387.

HSL color Cylindrical-coordinate representation of color #73064C: hue angle of 321.47º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73064C is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB115676-
CMYK00.950.340.55
HSL321.47º90.08%23.73%-
HSV(B)321.47º94.78%45.1%-
XYZ8.444.37.22-
YUV46.57144.61176.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=58.38%
G=3.05%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11567600.950.340.55321.4790.0823.73
Hex7364C05F22371415a18
Octal16361140137426750113230
Binary1110011110100110001011111100010110111101000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,6,76); }

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

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

 a { background-color: rgb(115,6,76); }

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

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

 span { border-color: rgb(115,6,76); }

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