#721065

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

Shades of Palatinate Purple #721065

Tints of Palatinate Purple #721065

Color information

#721065 (or 0x721065) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 65. RGB value is (114,16,101). Sum of RGB (Red+Green+Blue) = 114+16+101=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721065 is #8DEF9A. Grayscale: #363636. Windows color (decimal): -9301915 or 6623346. OLE color: 6623346.

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

Color convert

RGB11416101-
CMYK00.860.110.55
HSL307.96º75.38%25.49%-
HSV(B)307.96º85.96%44.71%-
XYZ9.474.8912.76-
YUV54.99153.97170.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=49.35%
G=6.93%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141610100.860.110.55307.9675.3825.49
Hex721065056B371344b19
Octal162201450126136746411331
Binary1110010100001100101010101101011110111100110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721065; }

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

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

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

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

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

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

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

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