#702B68

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

Shades of Palatinate Purple #702B68

Tints of Palatinate Purple #702B68

Color information

#702B68 (or 0x702B68) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2B and 68. RGB value is (112,43,104). Sum of RGB (Red+Green+Blue) = 112+43+104=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #702B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B68 is #8FD497. Grayscale: #464646. Windows color (decimal): -9426072 or 6826864. OLE color: 6826864.

HSL color Cylindrical-coordinate representation of color #702B68: hue angle of 306.96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B68 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11243104-
CMYK00.620.070.56
HSL306.96º44.52%30.39%-
HSV(B)306.96º61.61%43.92%-
XYZ10.046.1713.76-
YUV70.58146.86157.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=43.24%
G=16.60%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124310400.620.070.56306.9644.5230.39
Hex702B6803E7381332d1e
Octal160531500767704635536
Binary11100001010111101000011111011111100010011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702B68; }

 p { color: rgb(112,43,104); }

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

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

 a { background-color: rgb(112,43,104); }

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

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

 span { border-color: rgb(112,43,104); }

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