#700B50

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

Shades of Tyrian Purple #700B50

Tints of Tyrian Purple #700B50

Color information

#700B50 (or 0x700B50) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 50. RGB value is (112,11,80). Sum of RGB (Red+Green+Blue) = 112+11+80=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B50 is #8FF4AF. Grayscale: #303030. Windows color (decimal): -9434288 or 5245808. OLE color: 5245808.

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

Color convert

RGB1121180-
CMYK00.900.290.56
HSL319.01º82.11%24.12%-
HSV(B)319.01º90.18%43.92%-
XYZ8.254.267.98-
YUV49.06145.46172.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=55.17%
G=5.42%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112118000.900.290.56319.0182.1124.12
Hex70B5005A1D3813f5218
Octal160131200132357047712230
Binary1110000101110100000101101011101111000100111111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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