#700738

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

Shades of Tyrian Purple #700738

Tints of Tyrian Purple #700738

Color information

#700738 (or 0x700738) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 38. RGB value is (112,7,56). Sum of RGB (Red+Green+Blue) = 112+7+56=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700738 is #8FF8C7. Grayscale: #2B2B2B. Windows color (decimal): -9435336 or 3671920. OLE color: 3671920.

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

Color convert

RGB112756-
CMYK00.940.500.56
HSL332º88.24%23.33%-
HSV(B)332º93.75%43.92%-
XYZ7.473.884.1-
YUV43.98134.79176.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 56 (22.27% from 255) = 32%
R=64%
G=4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11275600.940.500.5633288.2423.33
Hex7073805E323814c5817
Octal1607700136627051413027
Binary111000011111100001011110110010111000101001100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700738; }

 p { color: rgb(112,7,56); }

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

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

 a { background-color: rgb(112,7,56); }

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

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

 span { border-color: rgb(112,7,56); }

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