#700132

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

Shades of Tyrian Purple #700132

Tints of Tyrian Purple #700132

Color information

#700132 (or 0x700132) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 32. RGB value is (112,1,50). Sum of RGB (Red+Green+Blue) = 112+1+50=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700132 is #8FFECD. Grayscale: #272727. Windows color (decimal): -9436878 or 3277168. OLE color: 3277168.

HSL color Cylindrical-coordinate representation of color #700132: hue angle of 333.51º 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 #700132 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB112150-
CMYK00.990.550.56
HSL333.51º98.23%22.16%-
HSV(B)333.51º99.11%43.92%-
XYZ7.273.73.35-
YUV39.78133.77179.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=68.71%
G=0.61%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11215000.990.550.56333.5198.2322.16
Hex70132063373814e6216
Octal1601620143677051614226
Binary1110000111001001100011110111111000101001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700132; }

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

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

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

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

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

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

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

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