#703262

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

Shades of Palatinate Purple #703262

Tints of Palatinate Purple #703262

Color information

#703262 (or 0x703262) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 62. RGB value is (112,50,98). Sum of RGB (Red+Green+Blue) = 112+50+98=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #703262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703262 is #8FCD9D. Grayscale: #494949. Windows color (decimal): -9424286 or 6435440. OLE color: 6435440.

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

Color convert

RGB1125098-
CMYK00.550.130.56
HSL313.55º38.27%31.76%-
HSV(B)313.55º55.36%43.92%-
XYZ10.036.6112.3-
YUV74.01141.54155.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=43.08%
G=19.23%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112509800.550.130.56313.5538.2731.76
Hex703262037D3813a2620
Octal1606214206715704724640
Binary1110000110010110001001101111101111000100111010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703262; }

 p { color: rgb(112,50,98); }

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

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

 a { background-color: rgb(112,50,98); }

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

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

 span { border-color: rgb(112,50,98); }

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