#721861

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

Shades of Palatinate Purple #721861

Tints of Palatinate Purple #721861

Color information

#721861 (or 0x721861) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 61. RGB value is (114,24,97). Sum of RGB (Red+Green+Blue) = 114+24+97=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721861 is #8DE79E. Grayscale: #3B3B3B. Windows color (decimal): -9299871 or 6363250. OLE color: 6363250.

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

Color convert

RGB1142497-
CMYK00.790.150.55
HSL311.33º65.22%27.06%-
HSV(B)311.33º78.95%44.71%-
XYZ9.425.0911.8-
YUV59.23149.32167.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=48.51%
G=10.21%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249700.790.150.55311.3365.2227.06
Hex72186104FF37137411b
Octal162301410117176746710133
Binary1110010110001100001010011111111110111100110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721861; }

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

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

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

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

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

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

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

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