#721068

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

Shades of Palatinate Purple #721068

Tints of Palatinate Purple #721068

Color information

#721068 (or 0x721068) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 68. RGB value is (114,16,104). Sum of RGB (Red+Green+Blue) = 114+16+104=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721068 is #8DEF97. Grayscale: #373737. Windows color (decimal): -9301912 or 6819954. OLE color: 6819954.

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

Color convert

RGB11416104-
CMYK00.860.090.55
HSL306.12º75.38%25.49%-
HSV(B)306.12º85.96%44.71%-
XYZ9.624.9513.54-
YUV55.33155.47169.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=48.72%
G=6.84%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141610400.860.090.55306.1275.3825.49
Hex7210680569371324b19
Octal162201500126116746211331
Binary1110010100001101000010101101001110111100110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721068; }

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

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

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

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

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

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

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

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