#700852

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

Shades of Tyrian Purple #700852

Tints of Tyrian Purple #700852

Color information

#700852 (or 0x700852) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 52. RGB value is (112,8,82). Sum of RGB (Red+Green+Blue) = 112+8+82=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700852 is #8FF7AD. Grayscale: #2F2F2F. Windows color (decimal): -9435054 or 5376112. OLE color: 5376112.

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

Color convert

RGB112882-
CMYK00.930.270.56
HSL317.31º86.67%23.53%-
HSV(B)317.31º92.86%43.92%-
XYZ8.294.238.36-
YUV47.53147.46173.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=55.45%
G=3.96%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11288200.930.270.56317.3186.6723.53
Hex7085205D1B3813d5718
Octal160101220135337047512730
Binary1110000100010100100101110111011111000100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700852; }

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

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

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

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

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

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

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

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