#782A64

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

Shades of Palatinate Purple #782A64

Tints of Palatinate Purple #782A64

Color information

#782A64 (or 0x782A64) is unknown color: approx Palatinate Purple. HEX triplet: 78, 2A and 64. RGB value is (120,42,100). Sum of RGB (Red+Green+Blue) = 120+42+100=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #782A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A64 is #87D59B. Grayscale: #474747. Windows color (decimal): -8902044 or 6564472. OLE color: 6564472.

HSL color Cylindrical-coordinate representation of color #782A64: hue angle of 315.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A64 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12042100-
CMYK00.650.170.53
HSL315.38º48.15%31.76%-
HSV(B)315.38º65%47.06%-
XYZ10.876.5712.75-
YUV71.93143.84162.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=45.80%
G=16.03%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204210000.650.170.53315.3848.1531.76
Hex782A64041113513b3020
Octal17052144010121654736040
Binary111100010101011001000100000110001110101100111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A64; }

 p { color: rgb(120,42,100); }

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

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

 a { background-color: rgb(120,42,100); }

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

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

 span { border-color: rgb(120,42,100); }

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