#700141

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

Shades of Tyrian Purple #700141

Tints of Tyrian Purple #700141

Color information

#700141 (or 0x700141) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 41. RGB value is (112,1,65). Sum of RGB (Red+Green+Blue) = 112+1+65=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700141 is #8FFEBE. Grayscale: #292929. Windows color (decimal): -9436863 or 4260208. OLE color: 4260208.

HSL color Cylindrical-coordinate representation of color #700141: hue angle of 325.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700141 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB112165-
CMYK00.990.420.56
HSL325.41º98.23%22.16%-
HSV(B)325.41º99.11%43.92%-
XYZ7.653.855.34-
YUV41.48141.27178.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=62.92%
G=0.56%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216500.990.420.56325.4198.2322.16
Hex701410632A381456216
Octal16011010143527050514226
Binary11100001100000101100011101010111000101000101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700141; }

 p { color: rgb(112,1,65); }

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

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

 a { background-color: rgb(112,1,65); }

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

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

 span { border-color: rgb(112,1,65); }

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