#700941

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

Shades of Tyrian Purple #700941

Tints of Tyrian Purple #700941

Color information

#700941 (or 0x700941) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 41. RGB value is (112,9,65). Sum of RGB (Red+Green+Blue) = 112+9+65=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700941 is #8FF6BE. Grayscale: #2E2E2E. Windows color (decimal): -9434815 or 4262256. OLE color: 4262256.

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

Color convert

RGB112965-
CMYK00.920.420.56
HSL327.38º85.12%23.73%-
HSV(B)327.38º91.96%43.92%-
XYZ7.734.025.37-
YUV46.18138.62174.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=60.22%
G=4.84%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11296500.920.420.56327.3885.1223.73
Hex7094105C2A381475518
Octal160111010134527050712530
Binary11100001001100000101011100101010111000101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700941; }

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

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

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

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

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

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

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

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