#700B6A

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

Shades of Purple #700B6A

Tints of Purple #700B6A

Color information

#700B6A (or 0x700B6A) is unknown color: approx Purple. HEX triplet: 70, 0B and 6A. RGB value is (112,11,106). Sum of RGB (Red+Green+Blue) = 112+11+106=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B6A is #8FF495. Grayscale: #333333. Windows color (decimal): -9434262 or 6949744. OLE color: 6949744.

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

Color convert

RGB11211106-
CMYK00.900.050.56
HSL303.56º82.11%24.12%-
HSV(B)303.56º90.18%43.92%-
XYZ9.44.7214.05-
YUV52.03158.46170.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=48.91%
G=4.80%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121110600.900.050.56303.5682.1124.12
Hex70B6A05A5381305218
Octal16013152013257046012230
Binary11100001011110101001011010101111000100110000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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