#722369

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

Shades of Palatinate Purple #722369

Tints of Palatinate Purple #722369

Color information

#722369 (or 0x722369) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 69. RGB value is (114,35,105). Sum of RGB (Red+Green+Blue) = 114+35+105=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #722369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722369 is #8DDC96. Grayscale: #424242. Windows color (decimal): -9297047 or 6890354. OLE color: 6890354.

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

Color convert

RGB11435105-
CMYK00.690.080.55
HSL306.84º53.02%29.22%-
HSV(B)306.84º69.3%44.71%-
XYZ10.095.813.95-
YUV66.6149.67161.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=44.88%
G=13.78%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510500.690.080.55306.8453.0229.22
Hex722369045837133351d
Octal16243151010510674636535
Binary1110010100011110100101000101100011011110011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722369; }

 p { color: rgb(114,35,105); }

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

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

 a { background-color: rgb(114,35,105); }

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

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

 span { border-color: rgb(114,35,105); }

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