#721067

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

Shades of Palatinate Purple #721067

Tints of Palatinate Purple #721067

Color information

#721067 (or 0x721067) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 67. RGB value is (114,16,103). Sum of RGB (Red+Green+Blue) = 114+16+103=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721067 is #8DEF98. Grayscale: #363636. Windows color (decimal): -9301913 or 6754418. OLE color: 6754418.

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

Color convert

RGB11416103-
CMYK00.860.100.55
HSL306.73º75.38%25.49%-
HSV(B)306.73º85.96%44.71%-
XYZ9.574.9313.28-
YUV55.22154.97169.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=48.93%
G=6.87%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141610300.860.100.55306.7375.3825.49
Hex721067056A371334b19
Octal162201470126126746311331
Binary1110010100001100111010101101010110111100110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721067; }

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

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

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

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

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

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

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

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