#722c67

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

Shades of Palatinate Purple #722C67

Tints of Palatinate Purple #722C67

Color information

#722C67 (or 0x722C67) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2C and 67. RGB value is (114,44,103). Sum of RGB (Red+Green+Blue) = 114+44+103=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #722C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C67 is #8DD398. Grayscale: #474747. Windows color (decimal): -9294745 or 6761586. OLE color: 6761586.

HSL color Cylindrical-coordinate representation of color #722C67: hue angle of 309.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C67 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11444103-
CMYK00.610.100.55
HSL309.43º44.3%30.98%-
HSV(B)309.43º61.4%44.71%-
XYZ10.296.3613.52-
YUV71.66145.69158.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=43.68%
G=16.86%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144410300.610.100.55309.4344.330.98
Hex722C6703DA371352c1f
Octal1625414707512674655437
Binary111001010110011001110111101101011011110011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722c67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722c67; }

 p { color: rgb(114,44,103); }

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

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

 a { background-color: rgb(114,44,103); }

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

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

 span { border-color: rgb(114,44,103); }

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