#700052

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

Shades of Tyrian Purple #700052

Tints of Tyrian Purple #700052

Color information

#700052 (or 0x700052) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 52. RGB value is (112,0,82). Sum of RGB (Red+Green+Blue) = 112+0+82=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #700052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700052 is #8FFFAD. Grayscale: #2A2A2A. Windows color (decimal): -9437102 or 5374064. OLE color: 5374064.

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

Color convert

RGB112082-
CMYK010.270.56
HSL316.07º100%21.96%-
HSV(B)316.07º100%43.92%-
XYZ8.214.058.33-
YUV42.84150.11177.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=57.73%
G=0%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112082010.270.56316.0710021.96
Hex700520641B3813c6416
Octal16001220144337047414426
Binary1110000010100100110010011011111000100111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700052; }

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

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

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

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

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

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

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

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