#772369

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

Shades of Palatinate Purple #772369

Tints of Palatinate Purple #772369

Color information

#772369 (or 0x772369) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 69. RGB value is (119,35,105). Sum of RGB (Red+Green+Blue) = 119+35+105=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772369 is #88DC96. Grayscale: #434343. Windows color (decimal): -8969367 or 6890359. OLE color: 6890359.

HSL color Cylindrical-coordinate representation of color #772369: hue angle of 310º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772369 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11935105-
CMYK00.710.120.53
HSL310º54.55%30.2%-
HSV(B)310º70.59%46.67%-
XYZ10.766.1413.98-
YUV68.1148.83164.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=45.95%
G=13.51%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193510500.710.120.5331054.5530.2
Hex772369047C35136371e
Octal16743151010714654666736
Binary1110111100011110100101000111110011010110011011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772369; }

 p { color: rgb(119,35,105); }

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

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

 a { background-color: rgb(119,35,105); }

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

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

 span { border-color: rgb(119,35,105); }

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