#700248

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

Shades of Tyrian Purple #700248

Tints of Tyrian Purple #700248

Color information

#700248 (or 0x700248) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 48. RGB value is (112,2,72). Sum of RGB (Red+Green+Blue) = 112+2+72=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700248 is #8FFDB7. Grayscale: #2A2A2A. Windows color (decimal): -9436600 or 4719216. OLE color: 4719216.

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

Color convert

RGB112272-
CMYK00.980.360.56
HSL321.82º96.49%22.35%-
HSV(B)321.82º98.21%43.92%-
XYZ7.873.966.48-
YUV42.87144.44177.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=60.22%
G=1.08%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11227200.980.360.56321.8296.4922.35
Hex7024806224381426016
Octal16021100142447050214026
Binary111000010100100001100010100100111000101000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700248; }

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

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

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

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

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

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

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

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