#721368

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

Shades of Palatinate Purple #721368

Tints of Palatinate Purple #721368

Color information

#721368 (or 0x721368) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 68. RGB value is (114,19,104). Sum of RGB (Red+Green+Blue) = 114+19+104=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721368 is #8DEC97. Grayscale: #383838. Windows color (decimal): -9301144 or 6820722. OLE color: 6820722.

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

Color convert

RGB11419104-
CMYK00.830.090.55
HSL306.32º71.43%26.08%-
HSV(B)306.32º83.33%44.71%-
XYZ9.675.0413.56-
YUV57.1154.47168.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=48.10%
G=8.02%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141910400.830.090.55306.3271.4326.08
Hex721368053937132471a
Octal162231500123116746210732
Binary1110010100111101000010100111001110111100110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721368; }

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

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

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

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

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

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

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

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