#700035

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

Shades of Tyrian Purple #700035

Tints of Tyrian Purple #700035

Color information

#700035 (or 0x700035) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 35. RGB value is (112,0,53). Sum of RGB (Red+Green+Blue) = 112+0+53=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700035 is #8FFFCA. Grayscale: #272727. Windows color (decimal): -9437131 or 3473520. OLE color: 3473520.

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

Color convert

RGB112053-
CMYK010.530.56
HSL331.61º100%21.96%-
HSV(B)331.61º100%43.92%-
XYZ7.323.73.7-
YUV39.53135.61179.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=67.88%
G=0%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112053010.530.56331.6110021.96
Hex70035064353814c6416
Octal1600650144657051414426
Binary1110000011010101100100110101111000101001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700035; }

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

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

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

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

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

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

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

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