#700B72

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

Shades of Purple #700B72

Tints of Purple #700B72

Color information

#700B72 (or 0x700B72) is unknown color: approx Purple. HEX triplet: 70, 0B and 72. RGB value is (112,11,114). Sum of RGB (Red+Green+Blue) = 112+11+114=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #700B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B72 is #8FF48D. Grayscale: #343434. Windows color (decimal): -9434254 or 7474032. OLE color: 7474032.

HSL color Cylindrical-coordinate representation of color #700B72: hue angle of 298.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B72 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11211114-
CMYK0.020.9000.55
HSL298.83º82.4%24.51%-
HSV(B)298.83º90.35%44.71%-
XYZ9.844.916.35-
YUV52.94162.46170.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=47.26%
G=4.64%
B=48.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112111140.020.9000.55298.8382.424.51
Hex70B7225A03712b5219
Octal16013162213206745312231
Binary1110000101111100101010110100110111100101011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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