#700053

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

Shades of Tyrian Purple #700053

Tints of Tyrian Purple #700053

Color information

#700053 (or 0x700053) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 53. RGB value is (112,0,83). Sum of RGB (Red+Green+Blue) = 112+0+83=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700053 is #8FFFAC. Grayscale: #2A2A2A. Windows color (decimal): -9437101 or 5439600. OLE color: 5439600.

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

Color convert

RGB112083-
CMYK010.260.56
HSL315.54º100%21.96%-
HSV(B)315.54º100%43.92%-
XYZ8.244.078.53-
YUV42.95150.61177.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=57.44%
G=0%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112083010.260.56315.5410021.96
Hex700530641A3813c6416
Octal16001230144327047414426
Binary1110000010100110110010011010111000100111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700053; }

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

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

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

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

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

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

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

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