#700435

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

Shades of Tyrian Purple #700435

Tints of Tyrian Purple #700435

Color information

#700435 (or 0x700435) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 35. RGB value is (112,4,53). Sum of RGB (Red+Green+Blue) = 112+4+53=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700435 is #8FFBCA. Grayscale: #292929. Windows color (decimal): -9436107 or 3474544. OLE color: 3474544.

HSL color Cylindrical-coordinate representation of color #700435: hue angle of 332.78º degrees, saturation: 0.93, 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 #700435 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB112453-
CMYK00.960.530.56
HSL332.78º93.1%22.75%-
HSV(B)332.78º96.43%43.92%-
XYZ7.373.793.71-
YUV41.88134.28178.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=66.27%
G=2.37%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11245300.960.530.56332.7893.122.75
Hex70435060353814d5d17
Octal1604650140657051513527
Binary111000010011010101100000110101111000101001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700435; }

 p { color: rgb(112,4,53); }

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

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

 a { background-color: rgb(112,4,53); }

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

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

 span { border-color: rgb(112,4,53); }

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