#700B8B

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

Shades of Purple #700B8B

Tints of Purple #700B8B

Color information

#700B8B (or 0x700B8B) is unknown color: approx Purple. HEX triplet: 70, 0B and 8B. RGB value is (112,11,139). Sum of RGB (Red+Green+Blue) = 112+11+139=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #700B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700B8B is #8FF474. Grayscale: #373737. Windows color (decimal): -9434229 or 9112432. OLE color: 9112432.

HSL color Cylindrical-coordinate representation of color #700B8B: hue angle of 287.34º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700B8B is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11211139-
CMYK0.190.9200.45
HSL287.34º85.33%29.41%-
HSV(B)287.34º92.09%54.51%-
XYZ11.465.5524.89-
YUV55.79174.96168.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=42.75%
G=4.20%
B=53.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112111390.190.9200.45287.3485.3329.41
Hex70B8B135C02D11f551d
Octal160132132313405543712535
Binary11100001011100010111001110111000101101100011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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