#782869

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

Shades of Palatinate Purple #782869

Tints of Palatinate Purple #782869

Color information

#782869 (or 0x782869) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 69. RGB value is (120,40,105). Sum of RGB (Red+Green+Blue) = 120+40+105=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #782869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782869 is #87D796. Grayscale: #474747. Windows color (decimal): -8902551 or 6891640. OLE color: 6891640.

HSL color Cylindrical-coordinate representation of color #782869: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782869 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12040105-
CMYK00.670.130.53
HSL311.25º50%31.37%-
HSV(B)311.25º66.67%47.06%-
XYZ11.056.5314.04-
YUV71.33147162.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=45.28%
G=15.09%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204010500.670.130.53311.255031.37
Hex782869043D35137321f
Octal17050151010315654676237
Binary1111000101000110100101000011110111010110011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782869; }

 p { color: rgb(120,40,105); }

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

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

 a { background-color: rgb(120,40,105); }

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

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

 span { border-color: rgb(120,40,105); }

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