#722B6B

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

Shades of Palatinate Purple #722B6B

Tints of Palatinate Purple #722B6B

Color information

#722B6B (or 0x722B6B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2B and 6B. RGB value is (114,43,107). Sum of RGB (Red+Green+Blue) = 114+43+107=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #722B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722B6B is #8DD494. Grayscale: #474747. Windows color (decimal): -9294997 or 7023474. OLE color: 7023474.

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

Color convert

RGB11443107-
CMYK00.620.060.55
HSL305.92º45.22%30.78%-
HSV(B)305.92º62.28%44.71%-
XYZ10.466.3714.59-
YUV71.53148.02158.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=43.18%
G=16.29%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144310700.620.060.55305.9245.2230.78
Hex722B6B03E6371322d1f
Octal162531530766674625537
Binary11100101010111101011011111011011011110011001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,107); }

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

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

 a { background-color: rgb(114,43,107); }

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

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

 span { border-color: rgb(114,43,107); }

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