#700753

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

Shades of Tyrian Purple #700753

Tints of Tyrian Purple #700753

Color information

#700753 (or 0x700753) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 53. RGB value is (112,7,83). Sum of RGB (Red+Green+Blue) = 112+7+83=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700753 is #8FF8AC. Grayscale: #2E2E2E. Windows color (decimal): -9435309 or 5441392. OLE color: 5441392.

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

Color convert

RGB112783-
CMYK00.940.260.56
HSL316.57º88.24%23.33%-
HSV(B)316.57º93.75%43.92%-
XYZ8.324.228.56-
YUV47.06148.29174.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=55.45%
G=3.47%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11278300.940.260.56316.5788.2423.33
Hex7075305E1A3813d5817
Octal16071230136327047513027
Binary111000011110100110101111011010111000100111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700753; }

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

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

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

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

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

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

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

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