#700569

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

Shades of Purple #700569

Tints of Purple #700569

Color information

#700569 (or 0x700569) is unknown color: approx Purple. HEX triplet: 70, 05 and 69. RGB value is (112,5,105). Sum of RGB (Red+Green+Blue) = 112+5+105=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700569 is #8FFA96. Grayscale: #303030. Windows color (decimal): -9435799 or 6882672. OLE color: 6882672.

HSL color Cylindrical-coordinate representation of color #700569: hue angle of 303.93º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700569 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1125105-
CMYK00.960.060.56
HSL303.93º91.45%22.94%-
HSV(B)303.93º95.54%43.92%-
XYZ9.294.5713.76-
YUV48.39159.95173.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=50.45%
G=2.25%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112510500.960.060.56303.9391.4522.94
Hex705690606381305b17
Octal1605151014067046013327
Binary1110000101110100101100000110111000100110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700569; }

 p { color: rgb(112,5,105); }

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

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

 a { background-color: rgb(112,5,105); }

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

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

 span { border-color: rgb(112,5,105); }

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