#702F64

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

Shades of Palatinate Purple #702F64

Tints of Palatinate Purple #702F64

Color information

#702F64 (or 0x702F64) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2F and 64. RGB value is (112,47,100). Sum of RGB (Red+Green+Blue) = 112+47+100=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #702F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F64 is #8FD09B. Grayscale: #484848. Windows color (decimal): -9425052 or 6565744. OLE color: 6565744.

HSL color Cylindrical-coordinate representation of color #702F64: hue angle of 311.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F64 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11247100-
CMYK00.580.110.56
HSL311.08º40.88%31.18%-
HSV(B)311.08º58.04%43.92%-
XYZ106.412.76-
YUV72.48143.53156.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 47 (18.75% from 255) = 18.15%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=43.24%
G=18.15%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124710000.580.110.56311.0840.8831.18
Hex702F6403AB38137291f
Octal1605714407213704675137
Binary111000010111111001000111010101111100010011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,47,100); }

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

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

 a { background-color: rgb(112,47,100); }

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

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

 span { border-color: rgb(112,47,100); }

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