#703265

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

Shades of Palatinate Purple #703265

Tints of Palatinate Purple #703265

Color information

#703265 (or 0x703265) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 65. RGB value is (112,50,101). Sum of RGB (Red+Green+Blue) = 112+50+101=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703265 is #8FCD9A. Grayscale: #4A4A4A. Windows color (decimal): -9424283 or 6632048. OLE color: 6632048.

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

Color convert

RGB11250101-
CMYK00.550.100.56
HSL310.65º38.27%31.76%-
HSV(B)310.65º55.36%43.92%-
XYZ10.176.6713.06-
YUV74.35143.04154.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=42.59%
G=19.01%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125010100.550.100.56310.6538.2731.76
Hex703265037A381372620
Octal1606214506712704674640
Binary1110000110010110010101101111010111000100110111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703265; }

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

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

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

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

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

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

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

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