#783062

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

Shades of Palatinate Purple #783062

Tints of Palatinate Purple #783062

Color information

#783062 (or 0x783062) is unknown color: approx Palatinate Purple. HEX triplet: 78, 30 and 62. RGB value is (120,48,98). Sum of RGB (Red+Green+Blue) = 120+48+98=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #783062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783062 is #87CF9D. Grayscale: #4B4B4B. Windows color (decimal): -8900510 or 6434936. OLE color: 6434936.

HSL color Cylindrical-coordinate representation of color #783062: hue angle of 318.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783062 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1204898-
CMYK00.600.180.53
HSL318.33º42.86%32.94%-
HSV(B)318.33º60%47.06%-
XYZ11.016.9912.32-
YUV75.23140.85159.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=45.11%
G=18.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120489800.600.180.53318.3342.8632.94
Hex78306203C123513e2b21
Octal1706014207422654765341
Binary11110001100001100010011110010010110101100111110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783062; }

 p { color: rgb(120,48,98); }

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

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

 a { background-color: rgb(120,48,98); }

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

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

 span { border-color: rgb(120,48,98); }

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