#700148

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

Shades of Tyrian Purple #700148

Tints of Tyrian Purple #700148

Color information

#700148 (or 0x700148) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 48. RGB value is (112,1,72). Sum of RGB (Red+Green+Blue) = 112+1+72=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700148 is #8FFEB7. Grayscale: #2A2A2A. Windows color (decimal): -9436856 or 4718960. OLE color: 4718960.

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

Color convert

RGB112172-
CMYK00.990.360.56
HSL321.62º98.23%22.16%-
HSV(B)321.62º99.11%43.92%-
XYZ7.863.936.48-
YUV42.28144.77177.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=60.54%
G=0.54%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11217200.990.360.56321.6298.2322.16
Hex7014806324381426216
Octal16011100143447050214226
Binary11100001100100001100011100100111000101000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700148; }

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

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

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

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

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

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

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

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