#702968

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

Shades of Palatinate Purple #702968

Tints of Palatinate Purple #702968

Color information

#702968 (or 0x702968) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 68. RGB value is (112,41,104). Sum of RGB (Red+Green+Blue) = 112+41+104=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #702968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702968 is #8FD697. Grayscale: #454545. Windows color (decimal): -9426584 or 6826352. OLE color: 6826352.

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

Color convert

RGB11241104-
CMYK00.630.070.56
HSL306.76º46.41%30%-
HSV(B)306.76º63.39%43.92%-
XYZ9.976.0313.73-
YUV69.41147.52158.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=43.58%
G=15.95%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124110400.630.070.56306.7646.4130
Hex70296803F7381332e1e
Octal160511500777704635636
Binary11100001010011101000011111111111100010011001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702968; }

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

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

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

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

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

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

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

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