#702260

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

Shades of Palatinate Purple #702260

Tints of Palatinate Purple #702260

Color information

#702260 (or 0x702260) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 60. RGB value is (112,34,96). Sum of RGB (Red+Green+Blue) = 112+34+96=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702260 is #8FDD9F. Grayscale: #404040. Windows color (decimal): -9428384 or 6300272. OLE color: 6300272.

HSL color Cylindrical-coordinate representation of color #702260: hue angle of 312.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702260 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1123496-
CMYK00.700.140.56
HSL312.31º53.42%28.63%-
HSV(B)312.31º69.64%43.92%-
XYZ9.375.4311.62-
YUV64.39145.84161.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=46.28%
G=14.05%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112349600.700.140.56312.3153.4228.63
Hex702260046E38138351d
Octal16042140010616704706535
Binary1110000100010110000001000110111011100010011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702260; }

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

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

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

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

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

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

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

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