#702A6B

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

Shades of Palatinate Purple #702A6B

Tints of Palatinate Purple #702A6B

Color information

#702A6B (or 0x702A6B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2A and 6B. RGB value is (112,42,107). Sum of RGB (Red+Green+Blue) = 112+42+107=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #702A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A6B is #8FD594. Grayscale: #464646. Windows color (decimal): -9426325 or 7023216. OLE color: 7023216.

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

Color convert

RGB11242107-
CMYK00.620.040.56
HSL304.29º45.45%30.2%-
HSV(B)304.29º62.5%43.92%-
XYZ10.166.1614.56-
YUV70.34148.69157.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=42.91%
G=16.09%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124210700.620.040.56304.2945.4530.2
Hex702A6B03E4381302d1e
Octal160521530764704605536
Binary11100001010101101011011111010011100010011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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