#721968

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

Shades of Palatinate Purple #721968

Tints of Palatinate Purple #721968

Color information

#721968 (or 0x721968) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 68. RGB value is (114,25,104). Sum of RGB (Red+Green+Blue) = 114+25+104=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #721968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721968 is #8DE697. Grayscale: #3C3C3C. Windows color (decimal): -9299608 or 6822258. OLE color: 6822258.

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

Color convert

RGB11425104-
CMYK00.780.090.55
HSL306.74º64.03%27.25%-
HSV(B)306.74º78.07%44.71%-
XYZ9.795.2713.6-
YUV60.62152.49166.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=46.91%
G=10.29%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142510400.780.090.55306.7464.0327.25
Hex72196804E937133401b
Octal162311500116116746310033
Binary1110010110011101000010011101001110111100110011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721968; }

 p { color: rgb(114,25,104); }

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

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

 a { background-color: rgb(114,25,104); }

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

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

 span { border-color: rgb(114,25,104); }

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