#700442

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

Shades of Tyrian Purple #700442

Tints of Tyrian Purple #700442

Color information

#700442 (or 0x700442) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 42. RGB value is (112,4,66). Sum of RGB (Red+Green+Blue) = 112+4+66=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700442 is #8FFBBD. Grayscale: #2B2B2B. Windows color (decimal): -9436094 or 4326512. OLE color: 4326512.

HSL color Cylindrical-coordinate representation of color #700442: hue angle of 325.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700442 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB112466-
CMYK00.960.410.56
HSL325.56º93.1%22.75%-
HSV(B)325.56º96.43%43.92%-
XYZ7.713.925.51-
YUV43.36140.78176.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=61.54%
G=2.20%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11246600.960.410.56325.5693.122.75
Hex7044206029381465d17
Octal16041020140517050613527
Binary1110000100100001001100000101001111000101000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700442; }

 p { color: rgb(112,4,66); }

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

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

 a { background-color: rgb(112,4,66); }

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

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

 span { border-color: rgb(112,4,66); }

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