#700063

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

Shades of Purple #700063

Tints of Purple #700063

Color information

#700063 (or 0x700063) is unknown color: approx Purple. HEX triplet: 70, 00 and 63. RGB value is (112,0,99). Sum of RGB (Red+Green+Blue) = 112+0+99=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700063 is #8FFF9C. Grayscale: #2C2C2C. Windows color (decimal): -9437085 or 6488176. OLE color: 6488176.

HSL color Cylindrical-coordinate representation of color #700063: hue angle of 306.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700063 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB112099-
CMYK010.120.56
HSL306.96º100%21.96%-
HSV(B)306.96º100%43.92%-
XYZ8.934.3512.17-
YUV44.77158.61175.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=53.08%
G=0%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112099010.120.56306.9610021.96
Hex70063064C381336416
Octal16001430144147046314426
Binary111000001100011011001001100111000100110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700063; }

 p { color: rgb(112,0,99); }

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

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

 a { background-color: rgb(112,0,99); }

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

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

 span { border-color: rgb(112,0,99); }

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