#722366

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

Shades of Palatinate Purple #722366

Tints of Palatinate Purple #722366

Color information

#722366 (or 0x722366) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 66. RGB value is (114,35,102). Sum of RGB (Red+Green+Blue) = 114+35+102=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722366 is #8DDC99. Grayscale: #424242. Windows color (decimal): -9297050 or 6693746. OLE color: 6693746.

HSL color Cylindrical-coordinate representation of color #722366: hue angle of 309.11º 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 #722366 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11435102-
CMYK00.690.110.55
HSL309.11º53.02%29.22%-
HSV(B)309.11º69.3%44.71%-
XYZ9.945.7413.15-
YUV66.26148.17162.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=45.42%
G=13.94%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143510200.690.110.55309.1153.0229.22
Hex722366045B37135351d
Octal16243146010513674656535
Binary1110010100011110011001000101101111011110011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722366; }

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

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

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

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

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

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

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

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