#700B31

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

Shades of Tyrian Purple #700B31

Tints of Tyrian Purple #700B31

Color information

#700B31 (or 0x700B31) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 31. RGB value is (112,11,49). Sum of RGB (Red+Green+Blue) = 112+11+49=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #700B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B31 is #8FF4CE. Grayscale: #2D2D2D. Windows color (decimal): -9434319 or 3214192. OLE color: 3214192.

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

Color convert

RGB1121149-
CMYK00.900.560.56
HSL337.43º82.11%24.12%-
HSV(B)337.43º90.18%43.92%-
XYZ7.363.913.27-
YUV45.53129.96175.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=65.12%
G=6.40%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112114900.900.560.56337.4382.1124.12
Hex70B3105A38381515218
Octal16013610132707052112230
Binary1110000101111000101011010111000111000101010001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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