#700B6B

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

Shades of Purple #700B6B

Tints of Purple #700B6B

Color information

#700B6B (or 0x700B6B) is unknown color: approx Purple. HEX triplet: 70, 0B and 6B. RGB value is (112,11,107). Sum of RGB (Red+Green+Blue) = 112+11+107=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B6B is #8FF494. Grayscale: #333333. Windows color (decimal): -9434261 or 7015280. OLE color: 7015280.

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

Color convert

RGB11211107-
CMYK00.900.040.56
HSL302.97º82.11%24.12%-
HSV(B)302.97º90.18%43.92%-
XYZ9.464.7514.33-
YUV52.14158.96170.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=48.70%
G=4.78%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121110700.900.040.56302.9782.1124.12
Hex70B6B05A43812f5218
Octal16013153013247045712230
Binary11100001011110101101011010100111000100101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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