#702660

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

Shades of Palatinate Purple #702660

Tints of Palatinate Purple #702660

Color information

#702660 (or 0x702660) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 60. RGB value is (112,38,96). Sum of RGB (Red+Green+Blue) = 112+38+96=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #702660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702660 is #8FD99F. Grayscale: #424242. Windows color (decimal): -9427360 or 6301296. OLE color: 6301296.

HSL color Cylindrical-coordinate representation of color #702660: hue angle of 312.97º 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 #702660 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1123896-
CMYK00.660.140.56
HSL312.97º49.33%29.41%-
HSV(B)312.97º66.07%43.92%-
XYZ9.495.6811.66-
YUV66.74144.52160.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=45.53%
G=15.45%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112389600.660.140.56312.9749.3329.41
Hex702660042E38139311d
Octal16046140010216704716135
Binary1110000100110110000001000010111011100010011100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702660; }

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

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

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

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

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

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

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

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