#73064B

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

Shades of Tyrian Purple #73064B

Tints of Tyrian Purple #73064B

Color information

#73064B (or 0x73064B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 4B. RGB value is (115,6,75). Sum of RGB (Red+Green+Blue) = 115+6+75=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73064B is #8CF9B4. Grayscale: #2E2E2E. Windows color (decimal): -9238965 or 4916851. OLE color: 4916851.

HSL color Cylindrical-coordinate representation of color #73064B: hue angle of 322.02º 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 #73064B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB115675-
CMYK00.950.350.55
HSL322.02º90.08%23.73%-
HSV(B)322.02º94.78%45.1%-
XYZ8.414.287.04-
YUV46.46144.11176.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=58.67%
G=3.06%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11567500.950.350.55322.0290.0823.73
Hex7364B05F23371425a18
Octal16361130137436750213230
Binary1110011110100101101011111100011110111101000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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