#700B3A

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

Shades of Tyrian Purple #700B3A

Tints of Tyrian Purple #700B3A

Color information

#700B3A (or 0x700B3A) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 3A. RGB value is (112,11,58). Sum of RGB (Red+Green+Blue) = 112+11+58=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B3A is #8FF4C5. Grayscale: #2E2E2E. Windows color (decimal): -9434310 or 3804016. OLE color: 3804016.

HSL color Cylindrical-coordinate representation of color #700B3A: hue angle of 332.08º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B3A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1121158-
CMYK00.900.480.56
HSL332.08º82.11%24.12%-
HSV(B)332.08º90.18%43.92%-
XYZ7.573.994.37-
YUV46.56134.46174.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=61.88%
G=6.08%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112115800.900.480.56332.0882.1124.12
Hex70B3A05A303814c5218
Octal16013720132607051412230
Binary1110000101111101001011010110000111000101001100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,11,58); }

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

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

 a { background-color: rgb(112,11,58); }

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

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

 span { border-color: rgb(112,11,58); }

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