#721467

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

Shades of Palatinate Purple #721467

Tints of Palatinate Purple #721467

Color information

#721467 (or 0x721467) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 67. RGB value is (114,20,103). Sum of RGB (Red+Green+Blue) = 114+20+103=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721467 is #8DEB98. Grayscale: #393939. Windows color (decimal): -9300889 or 6755442. OLE color: 6755442.

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

Color convert

RGB11420103-
CMYK00.820.100.55
HSL307.02º70.15%26.27%-
HSV(B)307.02º82.46%44.71%-
XYZ9.645.0613.3-
YUV57.57153.64168.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=48.10%
G=8.44%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142010300.820.100.55307.0270.1526.27
Hex721467052A37133461a
Octal162241470122126746310632
Binary1110010101001100111010100101010110111100110011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721467; }

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

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

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

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

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

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

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

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