#700C46

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

Shades of Tyrian Purple #700C46

Tints of Tyrian Purple #700C46

Color information

#700C46 (or 0x700C46) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0C and 46. RGB value is (112,12,70). Sum of RGB (Red+Green+Blue) = 112+12+70=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C46 is #8FF3B9. Grayscale: #303030. Windows color (decimal): -9434042 or 4590704. OLE color: 4590704.

HSL color Cylindrical-coordinate representation of color #700C46: hue angle of 325.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C46 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1121270-
CMYK00.890.380.56
HSL325.2º80.65%24.31%-
HSV(B)325.2º89.29%43.92%-
XYZ7.924.156.18-
YUV48.51140.13173.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=57.73%
G=6.19%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112127000.890.380.56325.280.6524.31
Hex70C4605926381455118
Octal160141060131467050512130
Binary11100001100100011001011001100110111000101000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700C46; }

 p { color: rgb(112,12,70); }

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

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

 a { background-color: rgb(112,12,70); }

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

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

 span { border-color: rgb(112,12,70); }

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