#722167

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

Shades of Palatinate Purple #722167

Tints of Palatinate Purple #722167

Color information

#722167 (or 0x722167) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 67. RGB value is (114,33,103). Sum of RGB (Red+Green+Blue) = 114+33+103=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722167 is #8DDE98. Grayscale: #414141. Windows color (decimal): -9297561 or 6758770. OLE color: 6758770.

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

Color convert

RGB11433103-
CMYK00.710.100.55
HSL308.15º55.1%28.82%-
HSV(B)308.15º71.05%44.71%-
XYZ9.935.6413.4-
YUV65.2149.34162.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=45.6%
G=13.2%
B=41.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143310300.710.100.55308.1555.128.82
Hex722167047A37134371d
Octal16241147010712674646735
Binary1110010100001110011101000111101011011110011010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722167; }

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

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

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

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

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

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

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

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