#721869

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

Shades of Palatinate Purple #721869

Tints of Palatinate Purple #721869

Color information

#721869 (or 0x721869) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 69. RGB value is (114,24,105). Sum of RGB (Red+Green+Blue) = 114+24+105=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #721869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721869 is #8DE796. Grayscale: #3B3B3B. Windows color (decimal): -9299863 or 6887538. OLE color: 6887538.

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

Color convert

RGB11424105-
CMYK00.790.080.55
HSL306º65.22%27.06%-
HSV(B)306º78.95%44.71%-
XYZ9.825.2513.86-
YUV60.14153.32166.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=46.91%
G=9.88%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142410500.790.080.5530665.2227.06
Hex72186904F837132411b
Octal162301510117106746210133
Binary1110010110001101001010011111000110111100110010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721869; }

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

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

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

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

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

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

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

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