#700A35

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

Shades of Tyrian Purple #700A35

Tints of Tyrian Purple #700A35

Color information

#700A35 (or 0x700A35) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0A and 35. RGB value is (112,10,53). Sum of RGB (Red+Green+Blue) = 112+10+53=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700A35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A35 is #8FF5CA. Grayscale: #2D2D2D. Windows color (decimal): -9434571 or 3476080. OLE color: 3476080.

HSL color Cylindrical-coordinate representation of color #700A35: hue angle of 334.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A35 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1121053-
CMYK00.910.530.56
HSL334.71º83.61%23.92%-
HSV(B)334.71º91.07%43.92%-
XYZ7.433.923.73-
YUV45.4132.29175.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=64%
G=5.71%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112105300.910.530.56334.7183.6123.92
Hex70A3505B353814f5418
Octal16012650133657051712430
Binary1110000101011010101011011110101111000101001111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700A35; }

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

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

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

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

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

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

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

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