#700866

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

Shades of Purple #700866

Tints of Purple #700866

Color information

#700866 (or 0x700866) is unknown color: approx Purple. HEX triplet: 70, 08 and 66. RGB value is (112,8,102). Sum of RGB (Red+Green+Blue) = 112+8+102=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700866 is #8FF799. Grayscale: #313131. Windows color (decimal): -9435034 or 6686832. OLE color: 6686832.

HSL color Cylindrical-coordinate representation of color #700866: hue angle of 305.77º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700866 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB1128102-
CMYK00.930.090.56
HSL305.77º86.67%23.53%-
HSV(B)305.77º92.86%43.92%-
XYZ9.174.5812.97-
YUV49.81157.46172.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=50.45%
G=3.60%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112810200.930.090.56305.7786.6723.53
Hex7086605D9381325718
Octal160101460135117046212730
Binary111000010001100110010111011001111000100110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700866; }

 p { color: rgb(112,8,102); }

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

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

 a { background-color: rgb(112,8,102); }

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

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

 span { border-color: rgb(112,8,102); }

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