#702661

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

Shades of Palatinate Purple #702661

Tints of Palatinate Purple #702661

Color information

#702661 (or 0x702661) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 61. RGB value is (112,38,97). Sum of RGB (Red+Green+Blue) = 112+38+97=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702661 is #8FD99E. Grayscale: #424242. Windows color (decimal): -9427359 or 6366832. OLE color: 6366832.

HSL color Cylindrical-coordinate representation of color #702661: hue angle of 312.16º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702661 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1123897-
CMYK00.660.130.56
HSL312.16º49.33%29.41%-
HSV(B)312.16º66.07%43.92%-
XYZ9.535.6911.91-
YUV66.85145.02160.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=45.34%
G=15.38%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112389700.660.130.56312.1649.3329.41
Hex702661042D38138311d
Octal16046141010215704706135
Binary1110000100110110000101000010110111100010011100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702661; }

 p { color: rgb(112,38,97); }

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

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

 a { background-color: rgb(112,38,97); }

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

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

 span { border-color: rgb(112,38,97); }

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