#700B33

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

Shades of Tyrian Purple #700B33

Tints of Tyrian Purple #700B33

Color information

#700B33 (or 0x700B33) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 33. RGB value is (112,11,51). Sum of RGB (Red+Green+Blue) = 112+11+51=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B33 is #8FF4CC. Grayscale: #2D2D2D. Windows color (decimal): -9434317 or 3345264. OLE color: 3345264.

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

Color convert

RGB1121151-
CMYK00.900.540.56
HSL336.24º82.11%24.12%-
HSV(B)336.24º90.18%43.92%-
XYZ7.43.923.5-
YUV45.76130.96175.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=64.37%
G=6.32%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112115100.900.540.56336.2482.1124.12
Hex70B3305A36381505218
Octal16013630132667052012230
Binary1110000101111001101011010110110111000101010000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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