#782366

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

Shades of Palatinate Purple #782366

Tints of Palatinate Purple #782366

Color information

#782366 (or 0x782366) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 66. RGB value is (120,35,102). Sum of RGB (Red+Green+Blue) = 120+35+102=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #782366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782366 is #87DC99. Grayscale: #434343. Windows color (decimal): -8903834 or 6693752. OLE color: 6693752.

HSL color Cylindrical-coordinate representation of color #782366: hue angle of 312.71º 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 #782366 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12035102-
CMYK00.710.150.53
HSL312.71º54.84%30.39%-
HSV(B)312.71º70.83%47.06%-
XYZ10.756.1513.19-
YUV68.05147.16165.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=46.69%
G=13.62%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203510200.710.150.53312.7154.8430.39
Hex782366047F35139371e
Octal17043146010717654716736
Binary1111000100011110011001000111111111010110011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782366; }

 p { color: rgb(120,35,102); }

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

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

 a { background-color: rgb(120,35,102); }

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

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

 span { border-color: rgb(120,35,102); }

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