#700552

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

Shades of Tyrian Purple #700552

Tints of Tyrian Purple #700552

Color information

#700552 (or 0x700552) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 52. RGB value is (112,5,82). Sum of RGB (Red+Green+Blue) = 112+5+82=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700552 is #8FFAAD. Grayscale: #2D2D2D. Windows color (decimal): -9435822 or 5375344. OLE color: 5375344.

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

Color convert

RGB112582-
CMYK00.960.270.56
HSL316.82º91.45%22.94%-
HSV(B)316.82º95.54%43.92%-
XYZ8.264.168.35-
YUV45.77148.45175.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=56.28%
G=2.51%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11258200.960.270.56316.8291.4522.94
Hex705520601B3813d5b17
Octal16051220140337047513327
Binary111000010110100100110000011011111000100111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700552; }

 p { color: rgb(112,5,82); }

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

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

 a { background-color: rgb(112,5,82); }

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

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

 span { border-color: rgb(112,5,82); }

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