#721261

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

Shades of Palatinate Purple #721261

Tints of Palatinate Purple #721261

Color information

#721261 (or 0x721261) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 61. RGB value is (114,18,97). Sum of RGB (Red+Green+Blue) = 114+18+97=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #721261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721261 is #8DED9E. Grayscale: #373737. Windows color (decimal): -9301407 or 6361714. OLE color: 6361714.

HSL color Cylindrical-coordinate representation of color #721261: hue angle of 310.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721261 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1141897-
CMYK00.840.150.55
HSL310.62º72.73%25.88%-
HSV(B)310.62º84.21%44.71%-
XYZ9.314.8711.76-
YUV55.71151.3169.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=49.78%
G=7.86%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114189700.840.150.55310.6272.7325.88
Hex721261054F37137491a
Octal162221410124176746711132
Binary1110010100101100001010101001111110111100110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721261; }

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

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

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

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

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

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

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

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