#702E67

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

Shades of Palatinate Purple #702E67

Tints of Palatinate Purple #702E67

Color information

#702E67 (or 0x702E67) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2E and 67. RGB value is (112,46,103). Sum of RGB (Red+Green+Blue) = 112+46+103=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #702E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E67 is #8FD198. Grayscale: #484848. Windows color (decimal): -9425305 or 6762096. OLE color: 6762096.

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

Color convert

RGB11246103-
CMYK00.590.080.56
HSL308.18º41.77%30.98%-
HSV(B)308.18º58.93%43.92%-
XYZ10.116.3813.53-
YUV72.23145.37156.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=42.91%
G=17.62%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124610300.590.080.56308.1841.7730.98
Hex702E6703B8381342a1f
Octal1605614707310704645237
Binary111000010111011001110111011100011100010011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,46,103); }

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

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

 a { background-color: rgb(112,46,103); }

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

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

 span { border-color: rgb(112,46,103); }

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