#70035B

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

Shades of Tyrian Purple #70035B

Tints of Tyrian Purple #70035B

Color information

#70035B (or 0x70035B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 5B. RGB value is (112,3,91). Sum of RGB (Red+Green+Blue) = 112+3+91=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70035B is #8FFCA4. Grayscale: #2D2D2D. Windows color (decimal): -9436325 or 5964656. OLE color: 5964656.

HSL color Cylindrical-coordinate representation of color #70035B: hue angle of 311.56º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70035B is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB112391-
CMYK00.970.190.56
HSL311.56º94.78%22.55%-
HSV(B)311.56º97.32%43.92%-
XYZ8.64.2710.27-
YUV45.62153.61175.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=54.37%
G=1.46%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11239100.970.190.56311.5694.7822.55
Hex7035B06113381385f17
Octal16031330141237047013727
Binary11100001110110110110000110011111000100111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70035B; }

 p { color: rgb(112,3,91); }

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

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

 a { background-color: rgb(112,3,91); }

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

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

 span { border-color: rgb(112,3,91); }

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