#730634

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

Shades of Tyrian Purple #730634

Tints of Tyrian Purple #730634

Color information

#730634 (or 0x730634) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 34. RGB value is (115,6,52). Sum of RGB (Red+Green+Blue) = 115+6+52=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730634 is #8CF9CB. Grayscale: #2B2B2B. Windows color (decimal): -9238988 or 3409523. OLE color: 3409523.

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

Color convert

RGB115652-
CMYK00.950.550.55
HSL334.68º90.08%23.73%-
HSV(B)334.68º94.78%45.1%-
XYZ7.764.023.62-
YUV43.83132.61178.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=66.47%
G=3.47%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11565200.950.550.55334.6890.0823.73
Hex7363405F373714f5a18
Octal1636640137676751713230
Binary111001111011010001011111110111110111101001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730634; }

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

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

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

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

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

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

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

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