#783F6A

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

Shades of Palatinate Purple #783F6A

Tints of Palatinate Purple #783F6A

Color information

#783F6A (or 0x783F6A) is unknown color: approx Palatinate Purple. HEX triplet: 78, 3F and 6A. RGB value is (120,63,106). Sum of RGB (Red+Green+Blue) = 120+63+106=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #783F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F6A is #87C095. Grayscale: #545454. Windows color (decimal): -8896662 or 6963064. OLE color: 6963064.

HSL color Cylindrical-coordinate representation of color #783F6A: hue angle of 314.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #783F6A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12063106-
CMYK00.480.120.53
HSL314.74º31.15%35.88%-
HSV(B)314.74º47.5%47.06%-
XYZ12.128.5914.65-
YUV84.94139.88153-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=41.52%
G=21.80%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206310600.480.120.53314.7431.1535.88
Hex783F6A030C3513b1f24
Octal1707715206014654733744
Binary111100011111111010100110000110011010110011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783F6A; }

 p { color: rgb(120,63,106); }

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

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

 a { background-color: rgb(120,63,106); }

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

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

 span { border-color: rgb(120,63,106); }

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