#700341

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

Shades of Tyrian Purple #700341

Tints of Tyrian Purple #700341

Color information

#700341 (or 0x700341) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 41. RGB value is (112,3,65). Sum of RGB (Red+Green+Blue) = 112+3+65=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700341 is #8FFCBE. Grayscale: #2A2A2A. Windows color (decimal): -9436351 or 4260720. OLE color: 4260720.

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

Color convert

RGB112365-
CMYK00.970.420.56
HSL325.87º94.78%22.55%-
HSV(B)325.87º97.32%43.92%-
XYZ7.673.895.35-
YUV42.66140.61177.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=62.22%
G=1.67%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236500.970.420.56325.8794.7822.55
Hex703410612A381465f17
Octal16031010141527050613727
Binary111000011100000101100001101010111000101000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700341; }

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

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

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

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

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

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

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

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