#721267

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

Shades of Palatinate Purple #721267

Tints of Palatinate Purple #721267

Color information

#721267 (or 0x721267) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 67. RGB value is (114,18,103). Sum of RGB (Red+Green+Blue) = 114+18+103=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721267 is #8DED98. Grayscale: #383838. Windows color (decimal): -9301401 or 6754930. OLE color: 6754930.

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

Color convert

RGB11418103-
CMYK00.840.100.55
HSL306.88º72.73%25.88%-
HSV(B)306.88º84.21%44.71%-
XYZ9.64.9913.29-
YUV56.39154.3169.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=48.51%
G=7.66%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141810300.840.100.55306.8872.7325.88
Hex721267054A37133491a
Octal162221470124126746311132
Binary1110010100101100111010101001010110111100110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721267; }

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

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

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

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

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

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

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

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