#700C43

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

Shades of Tyrian Purple #700C43

Tints of Tyrian Purple #700C43

Color information

#700C43 (or 0x700C43) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0C and 43. RGB value is (112,12,67). Sum of RGB (Red+Green+Blue) = 112+12+67=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C43 is #8FF3BC. Grayscale: #303030. Windows color (decimal): -9434045 or 4394096. OLE color: 4394096.

HSL color Cylindrical-coordinate representation of color #700C43: hue angle of 327º 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 #700C43 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1121267-
CMYK00.890.400.56
HSL327º80.65%24.31%-
HSV(B)327º89.29%43.92%-
XYZ7.834.115.69-
YUV48.17138.63173.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=58.64%
G=6.28%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112126700.890.400.5632780.6524.31
Hex70C4305928381475118
Octal160141030131507050712130
Binary11100001100100001101011001101000111000101000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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