#721369

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

Shades of Palatinate Purple #721369

Tints of Palatinate Purple #721369

Color information

#721369 (or 0x721369) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 69. RGB value is (114,19,105). Sum of RGB (Red+Green+Blue) = 114+19+105=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721369 is #8DEC96. Grayscale: #383838. Windows color (decimal): -9301143 or 6886258. OLE color: 6886258.

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

Color convert

RGB11419105-
CMYK00.830.080.55
HSL305.68º71.43%26.08%-
HSV(B)305.68º83.33%44.71%-
XYZ9.725.0613.83-
YUV57.21154.97168.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=47.90%
G=7.98%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141910500.830.080.55305.6871.4326.08
Hex721369053837132471a
Octal162231510123106746210732
Binary1110010100111101001010100111000110111100110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721369; }

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

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

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

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

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

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

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

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