#700040

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

Shades of Tyrian Purple #700040

Tints of Tyrian Purple #700040

Color information

#700040 (or 0x700040) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 40. RGB value is (112,0,64). Sum of RGB (Red+Green+Blue) = 112+0+64=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #700040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700040 is #8FFFBF. Grayscale: #282828. Windows color (decimal): -9437120 or 4194416. OLE color: 4194416.

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

Color convert

RGB112064-
CMYK010.430.56
HSL325.71º100%21.96%-
HSV(B)325.71º100%43.92%-
XYZ7.613.815.19-
YUV40.78141.11178.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112064010.430.56325.7110021.96
Hex700400642B381466416
Octal16001000144537050614426
Binary11100000100000001100100101011111000101000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700040; }

 p { color: rgb(112,0,64); }

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

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

 a { background-color: rgb(112,0,64); }

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

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

 span { border-color: rgb(112,0,64); }

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