#783661

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

Shades of Palatinate Purple #783661

Tints of Palatinate Purple #783661

Color information

#783661 (or 0x783661) is unknown color: approx Palatinate Purple. HEX triplet: 78, 36 and 61. RGB value is (120,54,97). Sum of RGB (Red+Green+Blue) = 120+54+97=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783661 is #87C99E. Grayscale: #4E4E4E. Windows color (decimal): -8898975 or 6370936. OLE color: 6370936.

HSL color Cylindrical-coordinate representation of color #783661: hue angle of 320.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #783661 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1205497-
CMYK00.550.190.53
HSL320.91º37.93%34.12%-
HSV(B)320.91º55%47.06%-
XYZ11.227.4912.16-
YUV78.64138.37157.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=44.28%
G=19.93%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120549700.550.190.53320.9137.9334.12
Hex78366103713351412622
Octal1706614106723655014642
Binary11110001101101100001011011110011110101101000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783661; }

 p { color: rgb(120,54,97); }

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

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

 a { background-color: rgb(120,54,97); }

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

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

 span { border-color: rgb(120,54,97); }

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