#700348

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

Shades of Tyrian Purple #700348

Tints of Tyrian Purple #700348

Color information

#700348 (or 0x700348) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 48. RGB value is (112,3,72). Sum of RGB (Red+Green+Blue) = 112+3+72=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700348 is #8FFCB7. Grayscale: #2B2B2B. Windows color (decimal): -9436344 or 4719472. OLE color: 4719472.

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

Color convert

RGB112372-
CMYK00.970.360.56
HSL322.02º94.78%22.55%-
HSV(B)322.02º97.32%43.92%-
XYZ7.883.986.48-
YUV43.46144.11176.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=59.89%
G=1.60%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237200.970.360.56322.0294.7822.55
Hex7034806124381425f17
Octal16031100141447050213727
Binary111000011100100001100001100100111000101000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700348; }

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

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

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

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

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

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

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

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