#782863

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

Shades of Palatinate Purple #782863

Tints of Palatinate Purple #782863

Color information

#782863 (or 0x782863) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 63. RGB value is (120,40,99). Sum of RGB (Red+Green+Blue) = 120+40+99=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782863 is #87D79C. Grayscale: #464646. Windows color (decimal): -8902557 or 6498424. OLE color: 6498424.

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

Color convert

RGB1204099-
CMYK00.670.170.53
HSL315.75º50%31.37%-
HSV(B)315.75º66.67%47.06%-
XYZ10.766.4112.47-
YUV70.65144163.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=46.33%
G=15.44%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120409900.670.170.53315.755031.37
Hex782863043113513c321f
Octal17050143010321654746237
Binary11110001010001100011010000111000111010110011110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782863; }

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

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

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

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

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

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

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

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