#700C7B

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

Shades of Purple #700C7B

Tints of Purple #700C7B

Color information

#700C7B (or 0x700C7B) is unknown color: approx Purple. HEX triplet: 70, 0C and 7B. RGB value is (112,12,123). Sum of RGB (Red+Green+Blue) = 112+12+123=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #700C7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C7B is #8FF384. Grayscale: #363636. Windows color (decimal): -9433989 or 8064112. OLE color: 8064112.

HSL color Cylindrical-coordinate representation of color #700C7B: hue angle of 294.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700C7B is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11212123-
CMYK0.090.9000.52
HSL294.05º82.22%26.47%-
HSV(B)294.05º90.24%48.24%-
XYZ10.395.1419.18-
YUV54.55166.63168.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=45.34%
G=4.86%
B=49.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112121230.090.9000.52294.0582.2226.47
Hex70C7B95A034126521a
Octal160141731113206444612232
Binary111000011001111011100110110100110100100100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,12,123); }

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

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

 a { background-color: rgb(112,12,123); }

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

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

 span { border-color: rgb(112,12,123); }

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