#703261

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

Shades of Palatinate Purple #703261

Tints of Palatinate Purple #703261

Color information

#703261 (or 0x703261) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 61. RGB value is (112,50,97). Sum of RGB (Red+Green+Blue) = 112+50+97=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703261 is #8FCD9E. Grayscale: #494949. Windows color (decimal): -9424287 or 6369904. OLE color: 6369904.

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

Color convert

RGB1125097-
CMYK00.550.130.56
HSL314.52º38.27%31.76%-
HSV(B)314.52º55.36%43.92%-
XYZ9.986.5912.06-
YUV73.9141.04155.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=43.24%
G=19.31%
B=37.45%

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
Decimal112509700.550.130.56314.5238.2731.76
Hex703261037D3813b2620
Octal1606214106715704734640
Binary1110000110010110000101101111101111000100111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703261; }

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

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

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

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

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

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

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

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