#700B32

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

Shades of Tyrian Purple #700B32

Tints of Tyrian Purple #700B32

Color information

#700B32 (or 0x700B32) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 32. RGB value is (112,11,50). Sum of RGB (Red+Green+Blue) = 112+11+50=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B32 is #8FF4CD. Grayscale: #2D2D2D. Windows color (decimal): -9434318 or 3279728. OLE color: 3279728.

HSL color Cylindrical-coordinate representation of color #700B32: hue angle of 336.83º 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 #700B32 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1121150-
CMYK00.900.550.56
HSL336.83º82.11%24.12%-
HSV(B)336.83º90.18%43.92%-
XYZ7.383.913.38-
YUV45.64130.46175.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=64.74%
G=6.36%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112115000.900.550.56336.8382.1124.12
Hex70B3205A37381515218
Octal16013620132677052112230
Binary1110000101111001001011010110111111000101010001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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