#722467

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

Shades of Palatinate Purple #722467

Tints of Palatinate Purple #722467

Color information

#722467 (or 0x722467) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 67. RGB value is (114,36,103). Sum of RGB (Red+Green+Blue) = 114+36+103=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #722467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722467 is #8DDB98. Grayscale: #424242. Windows color (decimal): -9296793 or 6759538. OLE color: 6759538.

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

Color convert

RGB11436103-
CMYK00.680.100.55
HSL308.46º52%29.41%-
HSV(B)308.46º68.42%44.71%-
XYZ10.025.8213.43-
YUV66.96148.34161.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=45.06%
G=14.23%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143610300.680.100.55308.465229.41
Hex722467044A37134341d
Octal16244147010412674646435
Binary1110010100100110011101000100101011011110011010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722467; }

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

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

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

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

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

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

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

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