#702A5B

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

Shades of Palatinate Purple #702A5B

Tints of Palatinate Purple #702A5B

Color information

#702A5B (or 0x702A5B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2A and 5B. RGB value is (112,42,91). Sum of RGB (Red+Green+Blue) = 112+42+91=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A5B is #8FD5A4. Grayscale: #444444. Windows color (decimal): -9426341 or 5974640. OLE color: 5974640.

HSL color Cylindrical-coordinate representation of color #702A5B: hue angle of 318º 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 #702A5B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1124291-
CMYK00.620.190.56
HSL318º45.45%30.2%-
HSV(B)318º62.5%43.92%-
XYZ9.45.8610.53-
YUV68.52140.69159.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112429100.620.190.5631845.4530.2
Hex702A5B03E133813e2d1e
Octal1605213307623704765536
Binary1110000101010101101101111101001111100010011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,42,91); }

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

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

 a { background-color: rgb(112,42,91); }

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

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

 span { border-color: rgb(112,42,91); }

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